Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
* Update to latest version
* Fix link to Doc
  • Loading branch information
kdubb authored May 24, 2022
1 parent 8036c15 commit 62d7d4b
Showing 1 changed file with 3 additions and 3 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>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

or Gradle:

```groovy
compile 'io.outfoxx:typescriptpoet:1.1.1'
compile 'io.outfoxx:typescriptpoet:1.1.2'
```

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/1.1.1/typescriptpoet/io.outfoxx.typescriptpoet/
[kdoc]: https://outfoxx.github.io/typescriptpoet/1.1.2/index.html
[javapoet]: https://github.com/square/javapoet/

0 comments on commit 62d7d4b

Please sign in to comment.