Skip to content

Commit

Permalink
Text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeshanti committed Sep 4, 2023
1 parent ee0cb7a commit ce1ca97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and publish the Java SDK
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*' # 0.0.1 - this syntax of tags is supported
- 'v[0-9]+.[0-9]+.[0-9]+*' # v0.0.1 - this syntax of tags is supported

jobs:
build-and-publish-java-sdk:
Expand Down
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.1.0:all'
implementation 'dev.commandk:java-sdk:0.5.0: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.1.0</version>
<version>0.5.0</version>
<classifier>all</classifier>
</dependency>
</dependencies>
Expand Down

0 comments on commit ce1ca97

Please sign in to comment.