From 8d757d6e8a9f557039e97d9dc44b97913dc008b8 Mon Sep 17 00:00:00 2001 From: Davor Hrg Date: Sun, 24 Jul 2022 21:30:59 +0200 Subject: [PATCH] fix build version 16->17 (#7) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b8d6435..d436ccf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # java-gitea-api Gitea API. -- API version: 1.16.0-SNAPSHOT +- API version: 1.17.0-SNAPSHOT This documentation describes the Gitea API. @@ -39,7 +39,7 @@ Add this dependency to your project's POM: com.github.zeripath java-gitea-api - 1.16.0-SNAPSHOT + 1.17.0-SNAPSHOT compile ``` @@ -49,7 +49,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "com.github.zeripath:java-gitea-api:1.16.0-SNAPSHOT" +compile "com.github.zeripath:java-gitea-api:1.17.0-SNAPSHOT" ``` ### Others @@ -62,7 +62,7 @@ mvn clean package Then manually install the following JARs: -* `target/java-gitea-api-1.16.0-SNAPSHOT.jar` +* `target/java-gitea-api-1.17.0-SNAPSHOT.jar` * `target/lib/*.jar` ## Getting Started