We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6c5d36 + 2ff91a2 commit ca770e2Copy full SHA for ca770e2
README.md
@@ -82,6 +82,9 @@ Enjoy.
82
* add default key file location.
83
* change java sourceCompatibility to 1.6
84
85
+## v0.1.3
86
+* fix default path error.
87
+
88
## LICENSE
89
90
APACHE-2
build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'signing'
4
5
sourceCompatibility = 1.6
6
group = 'org.quanqi'
7
-version = "0.1.2"
+version = "0.1.3"
8
9
repositories {
10
mavenCentral()
0 commit comments