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

Commit 25ba462

Browse files
committed
Version 3.5.0
1 parent 9b24f35 commit 25ba462

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

ChangeLog.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
Change Log
22
==========
33

4-
## 3.5 (2016-10-03)
4+
## Upcoming
55

6+
### New features
7+
### Bug fixes
8+
### Other changes
9+
10+
## 3.5.0 (2016-10-03)
611
### New features
712

813
- Support the `createIfNoExists` parameter in partial updates
@@ -20,7 +25,6 @@ Change Log
2025
- Upgrade to Build Tools 24.0.3
2126
- Upgrade to Oracle JDK 8 in Travis
2227

23-
2428
## 3.4.2 (2016-09-15)
2529

2630
- New `Client.getIndex()` method to automatically share `Index` instances with same name

algoliasearch/common.gradle

Lines changed: 1 addition & 1 deletion
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"] ?: "com.algolia"
2828
// NOTE: This is the official version number used during publication.
29-
PUBLISH_VERSION = '3.5'
29+
PUBLISH_VERSION = '3.5.0'
3030
}
3131

3232
android {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* </p>
6666
*/
6767
public class Client {
68-
private final static String version = "3.5";
68+
private final static String version = "3.5.0";
6969

7070
/**
7171
* The user agents as a raw string. This is what is passed in request headers.

0 commit comments

Comments
 (0)