Skip to content

Commit

Permalink
Increment version to 0.0.15-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
knighto82 committed Dec 16, 2024
1 parent 1c5c891 commit d86dacd
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.14</version>
<version>0.0.15-SNAPSHOT</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.14</version>
<version>0.0.15-SNAPSHOT</version>

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

0 comments on commit d86dacd

Please sign in to comment.