Updated examples for 1.0.0.
This commit is contained in:
parent
6634ab3baf
commit
617c0b89ac
9 changed files with 19 additions and 15 deletions
|
@ -2,7 +2,7 @@ plugins {
|
|||
kotlin("jvm").version("1.3.30")
|
||||
application
|
||||
id("org.jetbrains.kotlin.kapt").version("1.3.30")
|
||||
id("net.thauvin.erik.gradle.semver").version("0.9.9-beta")
|
||||
id("net.thauvin.erik.gradle.semver").version("1.0.0")
|
||||
id("com.github.ben-manes.versions").version("0.21.0")
|
||||
}
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Tue Apr 23 11:46:40 PDT 2019
|
||||
#Tue Apr 23 16:42:52 PDT 2019
|
||||
version.buildmeta=
|
||||
version.major=14
|
||||
version.minor=1
|
||||
version.minor=2
|
||||
version.patch=0
|
||||
version.prerelease=
|
||||
version.project=Kotlin Example
|
||||
version.semver=14.2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue