Skip to content

Commit f74a8d9

Browse files
committed
build: advance version to 0.2.2
1 parent d24c085 commit f74a8d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ As of now the plugin provides code style customization for **infix** and **opera
1414
<img src="https://raw.githubusercontent.com/lppedd/idea-kotlin-additional-highlighting/master/images/example.png" alt="Additional code styles">
1515

1616
[1]: https://plugins.jetbrains.com/plugin/13979-kotlin-additional-highlighting
17-
[2]: https://github.com/lppedd/idea-kotlin-additional-highlighting/releases/download/0.2.1/kotlin-additional-highlighting-0.2.1.zip
17+
[2]: https://github.com/lppedd/idea-kotlin-additional-highlighting/releases/download/0.2.2/kotlin-additional-highlighting-0.2.2.zip

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.github.lppedd"
7-
version = "0.2.1"
7+
version = "0.2.2"
88

99
repositories {
1010
maven("https://dl.bintray.com/kotlin/kotlin-eap")

0 commit comments

Comments
 (0)