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

Commit dedf32d

Browse files
committed
Version 3.4.1
1 parent 4d85c6d commit dedf32d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Change Log
22
==========
33

4-
## Next version
4+
## 3.4.1 (2016-09-08)
55

6+
- Documentation improvements
7+
- Fix getObjects missing a way to specify attributesToRetrieve
68
- Expose parseLatLng method
79

810
## 3.4.0 (2016-09-05)

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.0'
29+
PUBLISH_VERSION = '3.4.1'
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
@@ -64,7 +64,7 @@
6464
* </p>
6565
*/
6666
public class Client {
67-
private final static String version = "3.4.0";
67+
private final static String version = "3.4.1";
6868

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

0 commit comments

Comments
 (0)