Skip to content

Commit 9bcde51

Browse files
committed
Misc fixes
1 parent 8c99bb8 commit 9bcde51

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.0.6
1+
## 1.1.0
22

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

README.md

Lines changed: 5 additions & 5 deletions
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.6)][download]
10+
[Download (v1.1.0)][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.6`
23+
Inorder to build a new version, change `appVersion` in the [gradle.properties](gradle.properties) or pass it to `./gradlew -PappVersion=1.1.0`
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.6-green.svg?style=flat-square
243-
[doc-svg]: https://img.shields.io/badge/apidoc-1.0.6-ff69b4.svg?style=flat-square
242+
[version-svg]: https://img.shields.io/badge/installcerts-1.1.0-green.svg?style=flat-square
243+
[doc-svg]: https://img.shields.io/badge/apidoc-1.1.0-ff69b4.svg?style=flat-square
244244
[apidoc-url]: https://sureshg.github.io/InstallCerts/
245-
[download]: https://github.com/sureshg/InstallCerts/releases/download/1.0.6/installcerts
245+
[download]: https://github.com/sureshg/InstallCerts/releases/download/1.1.0/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

docs/alltypes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="stylesheet" href="../style.css">
66
</HEAD>
77
<BODY>
8-
<h2>1.0.4</h2>
8+
<h2>1.1.0</h2>
99
<h3>All Types</h3>
1010
<table>
1111
<tbody>

docs/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<link rel="stylesheet" href="style.css">
66
</HEAD>
77
<BODY>
8+
<h2>1.1.0</h2>
9+
<ul><li>Upgrade to newer <a href="https://github.com/gradle/kotlin-dsl">Gradle Kotlin DSL</a>.</li>
10+
<li>Many bug fixes</li>
11+
</ul>
812
<h2>1.0.4</h2>
913
<ul><li>Support to exclude the default JDK cacerts.</li>
1014
<li>Many bug fixes</li>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gradle script kotlin
22
appAuthor=Suresh
3-
appVersion=1.0.6
3+
appVersion=1.1.0
44

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

0 commit comments

Comments
 (0)