Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Feb 14, 2018
1 parent ff11fe2 commit b93d278
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>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
```

or Gradle:

```groovy
compile 'io.outfoxx:typescriptpoet:0.1.0-SNAPSHOT'
compile 'io.outfoxx:typescriptpoet:0.1.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-SNAPSHOT/typescriptpoet/io.outfoxx.typescriptpoet/
[kdoc]: https://outfoxx.github.io/typescriptpoet/0.1.0/typescriptpoet/io.outfoxx.typescriptpoet/
[javapoet]: https://github.com/square/javapoet/
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins {
//

group 'io.outfoxx'
version '0.1.0-SNAPSHOT'
version '0.1.0'
description 'A Kotlin/Java API for generating .ts source files.'

license {
Expand Down

0 comments on commit b93d278

Please sign in to comment.