Skip to content

Commit

Permalink
v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
efraespada committed Dec 31, 2019
1 parent 12df63c commit 1db3ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.stringcare'
version '3.6.1'
version '3.6.2'

def siteUrl = 'https://github.com/StringCare/KotlinGradlePlugin'
def gitUrl = 'https://github.com/StringCare/KotlinGradlePlugin.git'
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/components/Vars.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package components

import java.io.File

internal const val version = "3.6"
internal const val version = "3.6.2"
internal const val testProjectName = "KotlinSample"
internal const val defaultDebug = false
internal const val defaultMainModule = "app"
Expand Down

0 comments on commit 1db3ee1

Please sign in to comment.