From 9bcde510aa1aa3d6812b66377d23e922aa06a46f Mon Sep 17 00:00:00 2001 From: Suresh G Date: Sat, 17 Jun 2017 14:56:50 -0700 Subject: [PATCH] Misc fixes --- CHANGELOG.md | 2 +- README.md | 10 +++++----- docs/alltypes/index.html | 2 +- docs/index.html | 4 ++++ gradle.properties | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ea3b4..00f8629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.6 +## 1.1.0 - Upgrade to newer [Gradle Kotlin DSL](https://github.com/gradle/kotlin-dsl). - Many bug fixes diff --git a/README.md b/README.md index 991163a..e467fa4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ You can achieve the same using [OpenSSL][openssl-wiki] and java [Keytool][keytoo * Binary - [Download (v1.0.6)][download] + [Download (v1.1.0)][download] > After download, make sure to set the execute permission (`chmod +x installcerts`). Windows users can run the executable jar. @@ -20,7 +20,7 @@ You can achieve the same using [OpenSSL][openssl-wiki] and java [Keytool][keytoo ``` > The binary would be located at `build/libs/installcerts` - Inorder to build a new version, change `appVersion` in the [gradle.properties](gradle.properties) or pass it to `./gradlew -PappVersion=1.0.6` + Inorder to build a new version, change `appVersion` in the [gradle.properties](gradle.properties) or pass it to `./gradlew -PappVersion=1.1.0` * Github Release @@ -239,10 +239,10 @@ OPTIONS ---------- **Require [Java 8 or later][java-download] -[version-svg]: https://img.shields.io/badge/installcerts-1.0.6-green.svg?style=flat-square -[doc-svg]: https://img.shields.io/badge/apidoc-1.0.6-ff69b4.svg?style=flat-square +[version-svg]: https://img.shields.io/badge/installcerts-1.1.0-green.svg?style=flat-square +[doc-svg]: https://img.shields.io/badge/apidoc-1.1.0-ff69b4.svg?style=flat-square [apidoc-url]: https://sureshg.github.io/InstallCerts/ -[download]: https://github.com/sureshg/InstallCerts/releases/download/1.0.6/installcerts +[download]: https://github.com/sureshg/InstallCerts/releases/download/1.1.0/installcerts [java-download]: http://www.oracle.com/technetwork/java/javase/downloads/index.html [github-token]: https://github.com/settings/tokens [installcert-blog]: https://blogs.oracle.com/gc/entry/unable_to_find_valid_certification diff --git a/docs/alltypes/index.html b/docs/alltypes/index.html index 3725611..6547bfe 100644 --- a/docs/alltypes/index.html +++ b/docs/alltypes/index.html @@ -5,7 +5,7 @@ -

1.0.4

+

1.1.0

All Types

diff --git a/docs/index.html b/docs/index.html index 3381260..ad229b4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,6 +5,10 @@ +

1.1.0

+

1.0.4