Skip to content

Commit a84e0e0

Browse files
authored
Merge pull request #10 from StringCare/develop
Develop
2 parents a915921 + b70fc7c commit a84e0e0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'com.stringcare'
9-
version '3.6.2'
9+
version '3.6.3'
1010

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

src/main/kotlin/components/Vars.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package components
22

33
import java.io.File
44

5-
internal const val version = "3.6.2"
5+
internal const val version = "3.6.3"
66
internal const val testProjectName = "KotlinSample"
77
internal const val defaultDebug = false
88
internal const val defaultMainModule = "app"
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)