This repository was archived by the owner on Jan 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
src/main/java/com/algolia/search/saas Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ ## 3.13.1 (2017-09-12)
5+
6+ - Meta-release merging 3.12.1 branch with master
7+
48## 3.13.0 (2017-09-12)
59
610## Bug fixes
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
2626ext {
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.13.0 '
29+ PUBLISH_VERSION = ' 3.13.1 '
3030 APPCOMPAT_VERSION = ' 25.3.0'
3131 BUILD_TOOLS_VERSION = ' 25.0.2'
3232}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ private static class HostStatus {
106106 // ----------------------------------------------------------------------
107107
108108 /** This library's version. */
109- private final static String version = "3.13.0 " ;
109+ private final static String version = "3.13.1 " ;
110110
111111 /** Maximum size for an API key to be sent in the HTTP headers. Bigger keys will go inside the body. */
112112 private final static int MAX_API_KEY_LENGTH = 500 ;
You can’t perform that action at this time.
0 commit comments