Skip to content

Commit 8c99bb8

Browse files
committed
v1.0.6 fix release - doc updates
1 parent f62c86c commit 8c99bb8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.0.5
1+
## 1.0.6
22

33
- Upgrade to newer [Gradle Kotlin DSL](https://github.com/gradle/kotlin-dsl).
44
- Many bug fixes

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can achieve the same using [OpenSSL][openssl-wiki] and java [Keytool][keytoo
77

88
* Binary
99

10-
[Download (v1.0.5)][download]
10+
[Download (v1.0.6)][download]
1111

1212
> After download, make sure to set the execute permission (`chmod +x installcerts`). Windows users can run the executable jar.
1313
@@ -20,7 +20,7 @@ You can achieve the same using [OpenSSL][openssl-wiki] and java [Keytool][keytoo
2020
```
2121
> The binary would be located at `build/libs/installcerts`
2222

23-
Inorder to build a new version, change `appVersion` in the [gradle.properties](gradle.properties) or pass it to `./gradlew -PappVersion=1.0.5`
23+
Inorder to build a new version, change `appVersion` in the [gradle.properties](gradle.properties) or pass it to `./gradlew -PappVersion=1.0.6`
2424

2525
* Github Release
2626

@@ -239,10 +239,10 @@ OPTIONS
239239
----------
240240
<sup>**</sup>Require [Java 8 or later][java-download]
241241

242-
[version-svg]: https://img.shields.io/badge/installcerts-1.0.5-green.svg?style=flat-square
243-
[doc-svg]: https://img.shields.io/badge/apidoc-1.0.5-ff69b4.svg?style=flat-square
242+
[version-svg]: https://img.shields.io/badge/installcerts-1.0.6-green.svg?style=flat-square
243+
[doc-svg]: https://img.shields.io/badge/apidoc-1.0.6-ff69b4.svg?style=flat-square
244244
[apidoc-url]: https://sureshg.github.io/InstallCerts/
245-
[download]: https://github.com/sureshg/InstallCerts/releases/download/1.0.5/installcerts
245+
[download]: https://github.com/sureshg/InstallCerts/releases/download/1.0.6/installcerts
246246
[java-download]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
247247
[github-token]: https://github.com/settings/tokens
248248
[installcert-blog]: https://blogs.oracle.com/gc/entry/unable_to_find_valid_certification

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gradle script kotlin
22
appAuthor=Suresh
3-
appVersion=1.0.5
3+
appVersion=1.0.6
44

55
# Kotlin, Plugins versions
66
systemProp.kotlin.version=1.1.2-2

0 commit comments

Comments
 (0)