Skip to content

Commit 10fb282

Browse files
committed
Bump score-client version to 0.10.1
1 parent e5dccb1 commit 10fb282

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group=foundation.icon
22
annotation_processor.version=0.9.0
33
score-json.version=0.9.0
44
score-data.version=0.9.0
5-
score-client.version=0.10.0
5+
score-client.version=0.10.1
66
#dependencies
77
javapoet.version=1.12.1
88
javaee.version=0.9.2
@@ -12,4 +12,4 @@ iconsdk.version=2.3.0
1212
jackson.version=2.14.1
1313
okhttp.version=4.10.0
1414
#test configuration
15-
integrationTest=false
15+
integrationTest=false

score-client/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Add dependency to build.gradle
1010
dependencies {
1111
compileOnly 'foundation.icon:javaee-api:0.9.2'
1212
13-
annotationProcessor 'foundation.icon:javaee-score-client:0.10.0'
14-
implementation 'foundation.icon:javaee-score-client:0.10.0'
13+
annotationProcessor 'foundation.icon:javaee-score-client:0.10.1'
14+
implementation 'foundation.icon:javaee-score-client:0.10.1'
1515
}
1616
````
1717

@@ -70,8 +70,8 @@ Add dependency to build.gradle
7070
dependencies {
7171
compileOnly 'foundation.icon:javaee-api:0.9.2'
7272
73-
annotationProcessor 'foundation.icon:javaee-score-client:0.10.0'
74-
implementation 'foundation.icon:javaee-score-client:0.10.0'
73+
annotationProcessor 'foundation.icon:javaee-score-client:0.10.1'
74+
implementation 'foundation.icon:javaee-score-client:0.10.1'
7575
}
7676
````
7777

@@ -138,8 +138,8 @@ public class Application {
138138
dependencies {
139139
...
140140
141-
testAnnotationProcessor 'foundation.icon:javaee-score-client:0.10.0'
142-
testImplementation 'foundation.icon:javaee-score-client:0.10.0'
141+
testAnnotationProcessor 'foundation.icon:javaee-score-client:0.10.1'
142+
testImplementation 'foundation.icon:javaee-score-client:0.10.1'
143143
testCompileOnly 'foundation.icon:javaee-api:0.9.2'
144144
}
145145
````

0 commit comments

Comments
 (0)