From 9c370ac32c8f4902d4b5f4b05ea5e9cd19122077 Mon Sep 17 00:00:00 2001 From: Bitrise Bot Date: Mon, 13 Aug 2018 15:27:56 +0000 Subject: [PATCH] chore(release): Version 3.25.0 [ci skip] --- CHANGELOG.md | 2 ++ algoliasearch/common.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff80844..19620eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 3.25.0 + ## 3.24.0 **Dummy release to fix issue of release v3.22.3 being distributed as v3.23.3 ** diff --git a/algoliasearch/common.gradle b/algoliasearch/common.gradle index ec817338..543b1d33 100644 --- a/algoliasearch/common.gradle +++ b/algoliasearch/common.gradle @@ -26,7 +26,7 @@ apply plugin: 'com.android.library' ext { PUBLISH_GROUP_ID = rootProject.properties["PUBLISH_GROUP_ID"] ?: "com.algolia" // NOTE: This is the official version number used during publication. - PUBLISH_VERSION = '3.24.0' + PUBLISH_VERSION = '3.25.0' APPCOMPAT_VERSION = '28.0.0-beta01' BUILD_TOOLS_VERSION = '27.0.3'