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

Commit 1f63db6

Browse files
author
Clément Le Provost
committed
Version 3.4.2
1 parent 858cb24 commit 1f63db6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

ChangeLog.md

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

4+
## 3.4.2 (2016-09-15)
5+
6+
- New `Client.getIndex()` method to automatically share `Index` instances with same name
7+
- [Offline mode] Upgrade to Offline Core 1.0
8+
49
## 3.4.1 (2016-09-08)
510

611
- Documentation improvements
@@ -607,5 +612,3 @@ detailed instructions.
607612
- Removed note about javascript. [Julien Lemoine]
608613

609614
- Initial import. [Julien Lemoine]
610-
611-

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.4.1'
29+
PUBLISH_VERSION = '3.4.2'
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.4.1";
68+
private final static String version = "3.4.2";
6969

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

0 commit comments

Comments
 (0)