Skip to content

Commit 2288771

Browse files
committed
0.14 Release!
1 parent 37cefd3 commit 2288771

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For MySQL:
1111
<dependency>
1212
<groupId>org.threadly</groupId>
1313
<artifactId>auroraArc-mysql</artifactId>
14-
<version>0.13</version>
14+
<version>0.14</version>
1515
</dependency>
1616
```
1717

@@ -21,7 +21,7 @@ For Postgresql:
2121
<dependency>
2222
<groupId>org.threadly</groupId>
2323
<artifactId>auroraArc-psql</artifactId>
24-
<version>0.13</version>
24+
<version>0.14</version>
2525
</dependency>
2626
```
2727

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = org.threadly
2-
version = 0.14-SNAPSHOT
2+
version = 0.14
33
org.gradle.parallel = false
44

55
threadlyVersion = 6.2

0 commit comments

Comments
 (0)