Skip to content

Commit

Permalink
0.14 Release!
Browse files Browse the repository at this point in the history
  • Loading branch information
jentfoo committed May 14, 2020
1 parent 37cefd3 commit 2288771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For MySQL:
<dependency>
<groupId>org.threadly</groupId>
<artifactId>auroraArc-mysql</artifactId>
<version>0.13</version>
<version>0.14</version>
</dependency>
```

Expand All @@ -21,7 +21,7 @@ For Postgresql:
<dependency>
<groupId>org.threadly</groupId>
<artifactId>auroraArc-psql</artifactId>
<version>0.13</version>
<version>0.14</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = org.threadly
version = 0.14-SNAPSHOT
version = 0.14
org.gradle.parallel = false

threadlyVersion = 6.2
Expand Down

0 comments on commit 2288771

Please sign in to comment.