From 53914ce79da58558a3bc76fd12c4ba3195ac931b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Jan 2024 01:37:00 +0000 Subject: [PATCH] chore(release): 2.0.0-dev.1 [skip ci] # [2.0.0-dev.1](https://github.com/ReVanced/revanced-integrations/compare/v1.2.0-dev.2...v2.0.0-dev.1) (2024-01-27) ### Features * Move strings to resources for localization ([#420](https://github.com/ReVanced/revanced-integrations/issues/420)) ([e2a7e85](https://github.com/ReVanced/revanced-integrations/commit/e2a7e85b17cdaa21ad80783d8ec0252c66e495ae)) ### BREAKING CHANGES * Various APIs have been changed. --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3a808e50..fddfbecdea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0-dev.1](https://github.com/ReVanced/revanced-integrations/compare/v1.2.0-dev.2...v2.0.0-dev.1) (2024-01-27) + + +### Features + +* Move strings to resources for localization ([#420](https://github.com/ReVanced/revanced-integrations/issues/420)) ([e2a7e85](https://github.com/ReVanced/revanced-integrations/commit/e2a7e85b17cdaa21ad80783d8ec0252c66e495ae)) + + +### BREAKING CHANGES + +* Various APIs have been changed. + # [1.2.0-dev.2](https://github.com/ReVanced/revanced-integrations/compare/v1.2.0-dev.1...v1.2.0-dev.2) (2024-01-16) diff --git a/gradle.properties b/gradle.properties index bccca7fd9a..f1a5dc9ec2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true android.useAndroidX = true -version = 1.2.0-dev.2 +version = 2.0.0-dev.1