Skip to content

Commit

Permalink
v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Jun 17, 2017
1 parent 4eefa1f commit 5da10be
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- Filter out host issuer CN cert from trust store.

## 1.1.0

- Upgrade to newer [Gradle Kotlin DSL](https://github.com/gradle/kotlin-dsl).
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can achieve the same using [OpenSSL][openssl-wiki] and java [Keytool][keytoo

* Binary

[Download (v1.1.0)][download]
[Download (v1.1.1)][download]

> After download, make sure to set the execute permission (`chmod +x installcerts`). Windows users can run the executable jar.
Expand All @@ -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.1.0`
Inorder to build a new version, change `appVersion` in the [gradle.properties](gradle.properties) or pass it to `./gradlew -PappVersion=1.1.1`

* Github Release

Expand Down Expand Up @@ -239,10 +239,10 @@ OPTIONS
----------
<sup>**</sup>Require [Java 8 or later][java-download]

[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
[version-svg]: https://img.shields.io/badge/installcerts-1.1.1-green.svg?style=flat-square
[doc-svg]: https://img.shields.io/badge/apidoc-1.1.1-ff69b4.svg?style=flat-square
[apidoc-url]: https://sureshg.github.io/InstallCerts/
[download]: https://github.com/sureshg/InstallCerts/releases/download/1.1.0/installcerts
[download]: https://github.com/sureshg/InstallCerts/releases/download/1.1.1/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
Expand Down
2 changes: 1 addition & 1 deletion docs/alltypes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="../style.css">
</HEAD>
<BODY>
<h2>1.1.0</h2>
<h2>1.1.1</h2>
<h3>All Types</h3>
<table>
<tbody>
Expand Down
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<link rel="stylesheet" href="style.css">
</HEAD>
<BODY>
<h2>1.1.1</h2>
<ul><li>Filter out host issuer CN cert from trust store.</li>
</ul>
<h2>1.1.0</h2>
<ul><li>Upgrade to newer <a href="https://github.com/gradle/kotlin-dsl">Gradle Kotlin DSL</a>.</li>
<li>Many bug fixes</li>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gradle script kotlin
appAuthor=Suresh
appVersion=1.1.0
appVersion=1.1.1

# Kotlin, Plugins versions
systemProp.kotlin.version=1.1.2-2
Expand Down

0 comments on commit 5da10be

Please sign in to comment.