diff --git a/README.md b/README.md index 4d856c36..cd95544a 100644 --- a/README.md +++ b/README.md @@ -76,14 +76,14 @@ Download [the latest .jar][dl] or depend via Maven: io.outfoxx typescriptpoet - 1.0.0 + 1.1.0 ``` or Gradle: ```groovy -compile 'io.outfoxx:typescriptpoet:1.0.0' +compile 'io.outfoxx:typescriptpoet:1.1.0' ``` Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. @@ -109,5 +109,5 @@ License [dl]: https://search.maven.org/remote_content?g=io.outfoxx&a=typescriptpoet&v=LATEST [snap]: https://oss.sonatype.org/content/repositories/snapshots/io/outfoxx/typescriptpoet/ - [kdoc]: https://outfoxx.github.io/typescriptpoet/1.0.0/typescriptpoet/io.outfoxx.typescriptpoet/ + [kdoc]: https://outfoxx.github.io/typescriptpoet/1.1.0/typescriptpoet/io.outfoxx.typescriptpoet/ [javapoet]: https://github.com/square/javapoet/ diff --git a/build.gradle.kts b/build.gradle.kts index 0999fac5..f9629840 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { group = "io.outfoxx" -version = "1.1.0-SNAPSHOT" +version = "1.1.0" description = "A Kotlin/Java API for generating .ts source files." val isSnapshot = "$version".endsWith("SNAPSHOT")