Skip to content

Commit

Permalink
0.11 Release: Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jentfoo committed Sep 12, 2019
1 parent d9672db commit c2f466e
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.10</version>
<version>0.11</version>
</dependency>
```

Expand All @@ -21,7 +21,7 @@ For Postgresql:
<dependency>
<groupId>org.threadly</groupId>
<artifactId>auroraArc-psql</artifactId>
<version>0.10</version>
<version>0.11</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.11-SNAPSHOT
version = 0.11

threadlyVersion = 5.40
mysqlVersion = 8.0.17
Expand Down

0 comments on commit c2f466e

Please sign in to comment.