From 62d7d4b276b6039bd04729ddb135a9428e61b03e Mon Sep 17 00:00:00 2001 From: Kevin Wooten Date: Tue, 24 May 2022 10:59:39 -0700 Subject: [PATCH] Update README.md * Update to latest version * Fix link to Doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 727f33e6..fe690b2e 100644 --- a/README.md +++ b/README.md @@ -76,14 +76,14 @@ Download [the latest .jar][dl] or depend via Maven: io.outfoxx typescriptpoet - 1.1.1 + 1.1.2 ``` 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]. @@ -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/