Skip to content

Commit

Permalink
Bump score-client version to 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sink772 committed Aug 2, 2023
1 parent ad90e4a commit 87a685e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group=foundation.icon
annotation_processor.version=0.9.0
score-json.version=0.9.0
score-data.version=0.9.0
score-client.version=0.10.3
score-client.version=0.10.4
#dependencies
javapoet.version=1.12.1
javaee.version=0.9.5
Expand Down
12 changes: 6 additions & 6 deletions score-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Add dependency to build.gradle
dependencies {
compileOnly 'foundation.icon:javaee-api:0.9.2'
annotationProcessor 'foundation.icon:javaee-score-client:0.10.3'
implementation 'foundation.icon:javaee-score-client:0.10.3'
annotationProcessor 'foundation.icon:javaee-score-client:0.10.4'
implementation 'foundation.icon:javaee-score-client:0.10.4'
}
````

Expand Down Expand Up @@ -70,8 +70,8 @@ Add dependency to build.gradle
dependencies {
compileOnly 'foundation.icon:javaee-api:0.9.2'
annotationProcessor 'foundation.icon:javaee-score-client:0.10.3'
implementation 'foundation.icon:javaee-score-client:0.10.3'
annotationProcessor 'foundation.icon:javaee-score-client:0.10.4'
implementation 'foundation.icon:javaee-score-client:0.10.4'
}
````

Expand Down Expand Up @@ -138,8 +138,8 @@ public class Application {
dependencies {
...
testAnnotationProcessor 'foundation.icon:javaee-score-client:0.10.3'
testImplementation 'foundation.icon:javaee-score-client:0.10.3'
testAnnotationProcessor 'foundation.icon:javaee-score-client:0.10.4'
testImplementation 'foundation.icon:javaee-score-client:0.10.4'
testCompileOnly 'foundation.icon:javaee-api:0.9.2'
}
````
Expand Down

0 comments on commit 87a685e

Please sign in to comment.