Skip to content

Commit

Permalink
Updates version in readme (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeshanti authored Sep 4, 2023
1 parent 2a6af34 commit f78cd11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}
dependencies {
implementation 'dev.commandk:java-sdk:0.5.0:all'
implementation 'dev.commandk:java-sdk:0.0.5:all'
}
```

Expand All @@ -33,7 +33,7 @@ In your project's `pom.xml` file add the repository and dependency:
<dependency>
<groupId>dev.commandk</groupId>
<artifactId>java-sdk</artifactId>
<version>0.5.0</version>
<version>0.0.5</version>
<classifier>all</classifier>
</dependency>
</dependencies>
Expand Down

0 comments on commit f78cd11

Please sign in to comment.