From 5237c3a1a61d1971b3f0118e39052e3efaf77792 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Aug 2022 01:11:48 +0000 Subject: [PATCH] chore(release): 2.30.0 [skip ci] # [2.30.0](https://github.com/revanced/revanced-patches/compare/v2.29.0...v2.30.0) (2022-08-03) ### Bug Fixes * incorrect fingerprint version [skip ci] ([a9abab9](https://github.com/revanced/revanced-patches/commit/a9abab97d757627f5781ef25347ebd3bada851be)) * rollback to `Dependencies` annotation ([f82aae9](https://github.com/revanced/revanced-patches/commit/f82aae930bf3a15b1fa3a94edc2d98a2130673eb)) ### Features * set the correct theme of the settings screen ([7d6f205](https://github.com/revanced/revanced-patches/commit/7d6f205fd9c236195c102b08cc6a5e8c3b7526ac)) --- CHANGELOG.md | 13 +++++++++++++ gradle.properties | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09fbd99c6..88b082ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.30.0](https://github.com/revanced/revanced-patches/compare/v2.29.0...v2.30.0) (2022-08-03) + + +### Bug Fixes + +* incorrect fingerprint version [skip ci] ([f8c62ae](https://github.com/revanced/revanced-patches/commit/f8c62ae16b088ff6d0e96a4ef62dc707cd83beb9)) +* rollback to `Dependencies` annotation ([36a2ae8](https://github.com/revanced/revanced-patches/commit/36a2ae886c63f1d22bb1cca9e7110af6c3f6f2d3)) + + +### Features + +* set the correct theme of the settings screen ([70d850c](https://github.com/revanced/revanced-patches/commit/70d850cf295d306b0de9419efe6a4bbf3857d3a0)) + # [2.29.0](https://github.com/revanced/revanced-patches/compare/v2.28.2...v2.29.0) (2022-08-02) diff --git a/gradle.properties b/gradle.properties index 0eb0e1986..4c0b96316 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.29.0 +version = 2.30.0