Skip to content

Commit

Permalink
Bump version to 0.18
Browse files Browse the repository at this point in the history
Summary:
# Release Notes:

ktfmt now uses kotlin-compiler-embeddable and is easier to use from Java code, in order to support a plugin for JetBrains IDEs.

Reviewed By: hick209

Differential Revision: D23049477

fbshipit-source-id: 85005dd9ef16b8389bc2371898ad78cb494057ce
  • Loading branch information
cgrushko authored and facebook-github-bot committed Aug 16, 2020
1 parent d7875fa commit 02eafed
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.18-SNAPSHOT</version>
<version>0.18</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 @@ -19,7 +19,7 @@ plugins {
java
}

val ktfmtVersion = "0.18-SNAPSHOT"
val ktfmtVersion = "0.18"

group = "com.facebook"
version = "1.0-SNAPSHOT.$ktfmtVersion"
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.18-SNAPSHOT</version>
<version>0.18</version>
<packaging>pom</packaging>

<name>Ktfmt Parent</name>
Expand Down

0 comments on commit 02eafed

Please # to comment.