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

Commit 205be7c

Browse files
author
Clément Le Provost
committed
Version 3.10.1
1 parent 58b722b commit 205be7c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

ChangeLog.md

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

4+
## 3.10.1 (2017-04-14)
5+
6+
### Miscellaneous changes
7+
8+
- [offline] Better error reporting when building offline indices
9+
10+
411
## 3.10.0 (2017-04-04)
512

613
### New features

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.10.0'
29+
PUBLISH_VERSION = '3.10.1'
3030
}
3131

3232
android {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ private static class HostStatus {
103103
// ----------------------------------------------------------------------
104104

105105
/** This library's version. */
106-
private final static String version = "3.10.0";
106+
private final static String version = "3.10.1";
107107

108108
// ----------------------------------------------------------------------
109109
// Fields

0 commit comments

Comments
 (0)