Skip to content

Commit 07b38cd

Browse files
committed
v4.0.0
1 parent 8f58fcf commit 07b38cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'com.stringcare'
9-
version '3.6.4'
9+
version '4.0.0'
1010

1111
def siteUrl = 'https://github.com/StringCare/KotlinGradlePlugin'
1212
def gitUrl = 'https://github.com/StringCare/KotlinGradlePlugin.git'

src/main/kotlin/components/Vars.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package components
22

3-
internal const val version = "3.6.4"
3+
internal const val version = "4.0.0"
44
internal const val testProjectName = "KotlinSample"
55
internal const val defaultMainModule = "app"
66
internal const val gradleTaskNameDoctor = "stringcarePreview"

0 commit comments

Comments
 (0)