File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
src/main/java/com/fastcomments/invoker Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Add this dependency to your project's POM:
4040<dependency >
4141 <groupId >com.fastcomments</groupId >
4242 <artifactId >client</artifactId >
43- <version >0 .0.27 </version >
43+ <version >1 .0.0 </version >
4444 <scope >compile</scope >
4545</dependency >
4646```
@@ -56,7 +56,7 @@ Add this dependency to your project's build file:
5656 }
5757
5858 dependencies {
59- implementation "com.fastcomments:client:0 .0.27 "
59+ implementation "com.fastcomments:client:1 .0.0 "
6060 }
6161```
6262
@@ -70,7 +70,7 @@ mvn clean package
7070
7171Then manually install the following JARs:
7272
73- * ` target/client-0 .0.27 .jar `
73+ * ` target/client-1 .0.0 .jar `
7474* ` target/lib/*.jar `
7575
7676## Getting Started
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'java'
44apply plugin : ' com.diffplug.spotless'
55
66group = ' com.fastcomments'
7- version = ' 0 .0.27 '
7+ version = ' 1 .0.0 '
88
99buildscript {
1010 repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22 settings(
33 organization := " com.fastcomments" ,
44 name := " client" ,
5- version := " 0 .0.27 " ,
5+ version := " 1 .0.0 " ,
66 scalaVersion := " 2.11.4" ,
77 scalacOptions ++= Seq (" -feature" ),
88 javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change 55 <artifactId >client</artifactId >
66 <packaging >jar</packaging >
77 <name >client</name >
8- <version >0 .0.27 </version >
8+ <version >1 .0.0 </version >
99 <url >https://fastcomments.com</url >
1010 <description >FastComments API Client - A SDK for interacting with the FastComments API</description >
1111 <scm >
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ private void init() {
146146 json = new JSON ();
147147
148148 // Set default User-Agent.
149- setUserAgent ("OpenAPI-Generator/0 .0.27 /java" );
149+ setUserAgent ("OpenAPI-Generator/1 .0.0 /java" );
150150
151151 authentications = new HashMap <String , Authentication >();
152152 }
Original file line number Diff line number Diff line change 1515
1616@ javax .annotation .Generated (value = "org.openapitools.codegen.languages.JavaClientCodegen" , comments = "Generator version: 7.11.0" )
1717public class Configuration {
18- public static final String VERSION = "0 .0.27 " ;
18+ public static final String VERSION = "1 .0.0 " ;
1919
2020 private static ApiClient defaultApiClient = new ApiClient ();
2121
You can’t perform that action at this time.
0 commit comments