Skip to content

Commit

Permalink
Update project version to 1.19.2
Browse files Browse the repository at this point in the history
Incremented project version to 1.19.2 in pom.xml and README.md to reflect the latest changes. This ensures that users will get the most recent updates and fixes when they include the dependency in their projects.
  • Loading branch information
skynetcap committed Sep 24, 2024
1 parent 34db38e commit 771db11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Add the following Maven dependency to your project's `pom.xml`:
<dependency>
<groupId>com.mmorrell</groupId>
<artifactId>solanaj</artifactId>
<version>1.19.1</version>
<version>1.19.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.mmorrell</groupId>
<artifactId>solanaj</artifactId>
<packaging>jar</packaging>
<version>1.19.1</version>
<version>1.19.2</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Java client for Solana RPC</description>
<url>https://github.com/skynetcap/solanaj</url>
Expand Down

0 comments on commit 771db11

Please sign in to comment.