Skip to content

Commit 95b0b26

Browse files
committed
build: advance version to 0.2.0
1 parent 50372eb commit 95b0b26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

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

88
group = "com.github.lppedd"
9-
version = "0.1.0"
9+
version = "0.2.0"
1010

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

1616
intellij {
1717
version = "IU-2019.3"
18+
pluginName = "Kotlin Additional Highlighting"
1819
setPlugins("Kotlin")
1920
}
2021

0 commit comments

Comments
 (0)