Skip to content

Commit ca770e2

Browse files
committed
Merge branch 'release/0.1.3' into develop
2 parents f6c5d36 + 2ff91a2 commit ca770e2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ Enjoy.
8282
* add default key file location.
8383
* change java sourceCompatibility to 1.6
8484

85+
## v0.1.3
86+
* fix default path error.
87+
8588
## LICENSE
8689

8790
APACHE-2

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44

55
sourceCompatibility = 1.6
66
group = 'org.quanqi'
7-
version = "0.1.2"
7+
version = "0.1.3"
88

99
repositories {
1010
mavenCentral()

0 commit comments

Comments
 (0)