Skip to content

Commit b10584f

Browse files
committed
Up version to 1.3.0
1 parent 4b20202 commit b10584f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The plugin adds `readResolve` method for every object which either:
1414
1515
// plugins dsl
1616
plugins {
17-
id "me.shika.kotlin-object-java-serialization" version "1.2.0"
17+
id "me.shika.kotlin-object-java-serialization" version "1.3.0"
1818
}
1919
2020
// or else
@@ -25,7 +25,7 @@ buildscript {
2525
}
2626
}
2727
dependencies {
28-
classpath "me.shika:kotlin-object-java-serialization:1.2.0"
28+
classpath "me.shika:kotlin-object-java-serialization:1.3.0"
2929
}
3030
}
3131

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ allprojects {
1313
}
1414

1515
group 'me.shika'
16-
version '1.2.0'
16+
version '1.3.0'
1717
}

gradle-plugin/src/main/kotlin/me/shika/ObjectSerializationPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ObjectSerializationPlugin : KotlinCompilerPluginSupportPlugin {
3636
SubpluginArtifact(
3737
groupId = "me.shika",
3838
artifactId = "kotlin-object-java-serialization",
39-
version = "1.2.0"
39+
version = "1.3.0"
4040
)
4141

4242
override fun isApplicable(kotlinCompilation: KotlinCompilation<*>): Boolean =

0 commit comments

Comments
 (0)