Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Commit ccdbc81

Browse files
committed
Version 0.13 release
1 parent 2e75083 commit ccdbc81

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.12</version>
14+
<version>0.13</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.12</version>
24+
<version>0.13</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.13-SNAPSHOT
2+
version = 0.13
33

44
threadlyVersion = 5.41
55
mysqlVersion = 8.0.18

0 commit comments

Comments
 (0)