Skip to content

Commit

Permalink
build: advance version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Mar 21, 2020
1 parent 50372eb commit 95b0b26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.github.lppedd"
version = "0.1.0"
version = "0.2.0"

repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
Expand All @@ -15,6 +15,7 @@ repositories {

intellij {
version = "IU-2019.3"
pluginName = "Kotlin Additional Highlighting"
setPlugins("Kotlin")
}

Expand Down

0 comments on commit 95b0b26

Please sign in to comment.