Skip to content

Commit

Permalink
build: advance version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Mar 22, 2020
1 parent d24c085 commit f74a8d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ As of now the plugin provides code style customization for **infix** and **opera
<img src="https://raw.githubusercontent.com/lppedd/idea-kotlin-additional-highlighting/master/images/example.png" alt="Additional code styles">

[1]: https://plugins.jetbrains.com/plugin/13979-kotlin-additional-highlighting
[2]: https://github.com/lppedd/idea-kotlin-additional-highlighting/releases/download/0.2.1/kotlin-additional-highlighting-0.2.1.zip
[2]: https://github.com/lppedd/idea-kotlin-additional-highlighting/releases/download/0.2.2/kotlin-additional-highlighting-0.2.2.zip
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.github.lppedd"
version = "0.2.1"
version = "0.2.2"

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

0 comments on commit f74a8d9

Please sign in to comment.