Skip to content

Commit

Permalink
Bump to v0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sanjula Ganepola <[email protected]>
  • Loading branch information
SanjulaGanepola committed Dec 9, 2024
1 parent 87d0d71 commit 47ec175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add `mapepire-sdk` as a dependency in your project and make sure to use the late
<dependency>
<groupId>io.github.mapepire-ibmi</groupId>
<artifactId>mapepire-sdk</artifactId>
<version>0.0.7</version> <!-- Use the latest version -->
<version>0.1.0</version> <!-- Use the latest version -->
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.mapepire-ibmi</groupId>
<artifactId>mapepire-sdk</artifactId>
<version>0.0.7</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<name>Mapepire SDK</name>
Expand Down

0 comments on commit 47ec175

Please sign in to comment.