Skip to content

Commit

Permalink
Bump version to 0.13
Browse files Browse the repository at this point in the history
Summary:
Changes:
* The minimum supported runtime version is now JDK 11.
* Fix token-indices after a string token, manifesting as unnecessary newlines.

Reviewed By: strulovich

Differential Revision: D21370096

fbshipit-source-id: 168cb044bf69472ad16988fce6bdf54042840ef8
  • Loading branch information
cgrushko authored and facebook-github-bot committed May 4, 2020
1 parent ac4a340 commit 83aa47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.facebook</groupId>
<artifactId>ktfmt-parent</artifactId>
<version>0.13-SNAPSHOT</version>
<version>0.13</version>
</parent>

<properties>
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.13-SNAPSHOT</version>
<version>0.13</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 83aa47d

Please sign in to comment.