Skip to content

Commit

Permalink
Readme for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Jun 12, 2017
1 parent bd31bec commit 61b7e1f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
```
> The binary would be located at `build/libs/kotlin-starter`

Inorder to build a new version, change `appVersion` in the [gradle.properties](gradle.properties) or pass it to `./gradlew -q -PappVersion=1.1.1`
Inorder to build a new version, change `appVersion` in the [gradle.properties](gradle.properties) or pass it to `./gradlew -q -PappVersion=1.2.0`

* API Doc

Expand Down Expand Up @@ -102,15 +102,15 @@
[apidoc-url]: https://sureshg.github.io/kotlin-starter/
[apidoc-svg]: https://img.shields.io/badge/api--doc-latest-ff69b4.svg?style=flat-square

[cl-url]: https://github.com/sureshg/kotlin-starter/blob/master/CHANGELOG.md#111---2017-05-29
[cl-svg]: https://img.shields.io/badge/change--log-1.1.1-blue.svg?style=flat-square
[cl-url]: https://github.com/sureshg/kotlin-starter/blob/master/CHANGELOG.md#120---2017-06-11
[cl-svg]: https://img.shields.io/badge/change--log-1.2.0-blue.svg?style=flat-square

[release-url]: https://github.com/sureshg/kotlin-starter/releases/latest
[download-url]: https://github.com/sureshg/kotlin-starter/releases/download/1.1.1/kotlin-starter
[download-url]: https://github.com/sureshg/kotlin-starter/releases/download/1.2.0/kotlin-starter
[release-svg]: https://img.shields.io/github/release/sureshg/kotlin-starter.svg?style=flat-square

[execjar-url]: https://github.com/sureshg/kotlin-starter/releases/download/1.1.1/kotlin-starter.jar
[execjar-svg]: https://img.shields.io/badge/exec--jar-1.1.1-00BCD4.svg?style=flat-square
[execjar-url]: https://github.com/sureshg/kotlin-starter/releases/download/1.2.0/kotlin-starter.jar
[execjar-svg]: https://img.shields.io/badge/exec--jar-1.2.0-00BCD4.svg?style=flat-square

[license-url]: https://github.com/sureshg/kotlin-starter/blob/master/LICENSE
[license-svg]: https://img.shields.io/github/license/sureshg/kotlin-starter.svg?style=flat-square
Expand Down

0 comments on commit 61b7e1f

Please sign in to comment.