Skip to content

Commit

Permalink
Bump score-client version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sink772 committed Feb 13, 2023
1 parent e5dccb1 commit 10fb282
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.0
score-client.version=0.10.1
#dependencies
javapoet.version=1.12.1
javaee.version=0.9.2
Expand All @@ -12,4 +12,4 @@ iconsdk.version=2.3.0
jackson.version=2.14.1
okhttp.version=4.10.0
#test configuration
integrationTest=false
integrationTest=false
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.0'
implementation 'foundation.icon:javaee-score-client:0.10.0'
annotationProcessor 'foundation.icon:javaee-score-client:0.10.1'
implementation 'foundation.icon:javaee-score-client:0.10.1'
}
````

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.0'
implementation 'foundation.icon:javaee-score-client:0.10.0'
annotationProcessor 'foundation.icon:javaee-score-client:0.10.1'
implementation 'foundation.icon:javaee-score-client:0.10.1'
}
````

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

0 comments on commit 10fb282

Please sign in to comment.