Skip to content

Commit d65fb61

Browse files
committed
chore(release): prepare 0.2.0
1 parent 82b50f0 commit d65fb61

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group=io.github.limehee
2-
version=0.1.2
2+
version=0.2.0
33
org.gradle.jvmargs=-Xmx1g -Dfile.encoding=UTF-8

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ junit = "6.0.3"
66
japicmp-plugin = "0.4.6"
77
jmh-plugin = "0.7.3"
88
spring-dependency-management-plugin = "1.1.7"
9-
jsonrpc-starter = "0.1.2"
9+
jsonrpc-starter = "0.2.0"
1010
errorprone-plugin = "5.1.0"
1111
errorprone = "2.42.0"
1212
nullaway = "0.13.1"

samples/pure-java-demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ java {
1313
}
1414

1515
dependencies {
16-
implementation 'io.github.limehee:jsonrpc-core:0.1.2'
16+
implementation 'io.github.limehee:jsonrpc-core:0.2.0'
1717
implementation 'tools.jackson.core:jackson-databind:3.1.0'
1818
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3'
1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.3'

0 commit comments

Comments
 (0)