Rebuild IDEA project.
Added kobalt Build.kt reference to readme.
This commit is contained in:
parent
c27ba6dc98
commit
71a0fd4ee2
17 changed files with 641 additions and 311 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue