Skip to content

Commit

Permalink
Bump to release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Feb 10, 2021
1 parent 614718f commit 30eef6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ Download [the latest .jar][dl] or depend via Maven:
<dependency>
<groupId>io.outfoxx</groupId>
<artifactId>typescriptpoet</artifactId>
<version>{RELEASE}</version>
<version>1.0.0</version>
</dependency>
```

or Gradle:

```groovy
compile 'io.outfoxx:typescriptpoet:{RELEASE}'
compile 'io.outfoxx:typescriptpoet:1.0.0'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand All @@ -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/0.1.0/typescriptpoet/io.outfoxx.typescriptpoet/
[kdoc]: https://outfoxx.github.io/typescriptpoet/1.0.0/typescriptpoet/io.outfoxx.typescriptpoet/
[javapoet]: https://github.com/square/javapoet/
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {


group = "io.outfoxx"
version = "1.0.0-SNAPSHOT"
version = "1.0.0"
description = "A Kotlin/Java API for generating .ts source files."

val isSnapshot = "$version".endsWith("SNAPSHOT")
Expand Down

0 comments on commit 30eef6a

Please sign in to comment.