Skip to content

Commit

Permalink
Bump version to 0.22
Browse files Browse the repository at this point in the history
Reviewed By: hick209

Differential Revision: D27134467

fbshipit-source-id: 65cf17019ffc06a86fec783b6fd578c8d8a1fd04
  • Loading branch information
cgrushko authored and facebook-github-bot committed Mar 18, 2021
1 parent 7d4f097 commit 0167f9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.facebook</groupId>
<artifactId>ktfmt-parent</artifactId>
<version>0.22-SNAPSHOT</version>
<version>0.22</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion ktfmt_idea_plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id("com.diffplug.spotless") version "5.10.2"
}

val ktfmtVersion = "0.21"
val ktfmtVersion = "0.22"
val pluginVersion = "1.1"

group = "com.facebook"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.facebook</groupId>
<artifactId>ktfmt-parent</artifactId>
<version>0.22-SNAPSHOT</version>
<version>0.22</version>
<packaging>pom</packaging>

<name>Ktfmt Parent</name>
Expand Down

0 comments on commit 0167f9c

Please sign in to comment.