Skip to content

Commit

Permalink
Incremented version to 0.0.12 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
knighto82 committed Sep 3, 2024
1 parent 0873ecb commit 628caea
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 @@ -20,7 +20,7 @@ The Fusion SDK is published to Maven Central and can be retrieved from there usi
<dependency>
<groupId>io.github.jpmorganchase.fusion</groupId>
<artifactId>fusion-sdk</artifactId>
<version>0.0.12-SNAPSHOT</version>
<version>0.0.12</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.github.jpmorganchase.fusion</groupId>
<artifactId>fusion-sdk</artifactId>
<packaging>jar</packaging>
<version>0.0.12-SNAPSHOT</version>
<version>0.0.12</version>

<name>fusion-sdk</name>
<description>A Java SDK for the Fusion platform API</description>
Expand Down

0 comments on commit 628caea

Please sign in to comment.