diff --git a/README.md b/README.md index 3f00950..1a6b29b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Low-level client for Manticore Search. -For more information, please visit [https://manticoresearch.com/contact-us/](https://manticoresearch.com/contact-us/) + For more information, please visit [https://manticoresearch.com/contact-us/](https://manticoresearch.com/contact-us/) ## Requirements diff --git a/build.gradle b/build.gradle index fdea482..d5b4bf0 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'idea' apply plugin: 'eclipse' group = 'com.manticoresearch' -version = '2.0.1' +version = '2.0.2' buildscript { repositories { diff --git a/build.sbt b/build.sbt index c1f3fa2..f250717 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")). settings( organization := "com.manticoresearch", name := "manticoresearch", - version := "2.0.1", + version := "2.0.2", scalaVersion := "2.11.4", scalacOptions ++= Seq("-feature"), javacOptions in compile ++= Seq("-Xlint:deprecation"), diff --git a/pom.xml b/pom.xml index af8ecaa..a9a9645 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ manticoresearch jar manticoresearch - 2.0.1 + 2.0.2 https://github.com/manticoresoftware/manticoresearch-java Client for Manticore Search diff --git a/src/main/java/com/manticoresearch/client/ApiClient.java b/src/main/java/com/manticoresearch/client/ApiClient.java index 1a945e3..520bac2 100644 --- a/src/main/java/com/manticoresearch/client/ApiClient.java +++ b/src/main/java/com/manticoresearch/client/ApiClient.java @@ -122,7 +122,7 @@ public ApiClient(Map authMap) { this.dateFormat = new RFC3339DateFormat(); // Set default User-Agent. - setUserAgent("OpenAPI-Generator/2.0.1/java"); + setUserAgent("OpenAPI-Generator/2.0.2/java"); // Setup authentications (key: authentication name, value: authentication). authentications = new HashMap();