Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 22990c1

Browse files
author
Clément Le Provost
committed
Version 3.0
1 parent 2b60161 commit 22990c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change Log
22
==========
33

4-
## 3.0 (2016-04-13)
4+
## 3.0 (2016-04-14)
55

66
This major version brings new features as well as bug fixes. In addition, a lot of refactoring has been performed
77
to achieve better maintainability and to align the Android client with the other Algolia API clients.

algoliasearch/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
2626
ext {
2727
PUBLISH_GROUP_ID = rootProject.properties["PUBLISH_GROUP_ID"] ?: ""
2828
PUBLISH_ARTIFACT_ID = 'algoliasearch-android'
29-
PUBLISH_VERSION = '3.0a3'
29+
PUBLISH_VERSION = '3.0'
3030
}
3131

3232
android {

algoliasearch/src/main/java/com/algolia/search/saas/Client.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* </p>
5959
*/
6060
public class Client {
61-
private final static String version = "3.0a3";
61+
private final static String version = "3.0";
6262

6363
/** Connect timeout (ms). */
6464
private int connectTimeout = 2000;

0 commit comments

Comments
 (0)