Rebuild IDEA project.

Added kobalt Build.kt reference to readme.
This commit is contained in:
Erik C. Thauvin 2016-07-06 22:45:51 -07:00
parent c27ba6dc98
commit 71a0fd4ee2
17 changed files with 641 additions and 311 deletions

View file

@ -187,9 +187,12 @@ To install and run from [Kobalt](http://beust.com/kobalt/), add the following to
```gradle
dependencies {
apt("net.thauvin.erik:semver:0.9.5-beta")
compile("net.thauvin.erik:semver:0.9.5-beta")
}
```
Please look at the [Build.kt](https://github.com/ethauvin/semver/blob/master/example/kobalt/src/Build.kt) file in the [example](https://github.com/ethauvin/semver/tree/master/example) module directory for a sample.
### Auto-Increment
Incrementing the version is best left to your favorite build system.