From a84766aad9b6729d96a924632d45840143a42a88 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Jun 2022 10:25:07 +0000 Subject: [PATCH] chore(release): 1.10.1 [skip ci] ## [1.10.1](https://github.com/revanced/revanced-patches/compare/v1.10.0...v1.10.1) (2022-06-23) ### Bug Fixes * patcher not propagating dexlib ([a120be4](https://github.com/revanced/revanced-patches/commit/a120be4a79d91a0c86a31c2376437a89ca2130b9)) * update patcher version ([8cba2c0](https://github.com/revanced/revanced-patches/commit/8cba2c0f8f093ca9939e2cf0fb747cdabc07576b)) --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d81f5bc6a..d4b34a679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.10.1](https://github.com/revanced/revanced-patches/compare/v1.10.0...v1.10.1) (2022-06-23) + + +### Bug Fixes + +* patcher not propagating dexlib ([980c486](https://github.com/revanced/revanced-patches/commit/980c48673259496d793bc7f864ad355188dcf7b6)) +* update patcher version ([e3d0bb7](https://github.com/revanced/revanced-patches/commit/e3d0bb7ee1923ea996cf637267c62d233a74c7fa)) + # [1.10.0](https://github.com/revanced/revanced-patches/compare/v1.9.1...v1.10.0) (2022-06-23) diff --git a/gradle.properties b/gradle.properties index e7ca953c0..4b60aebf0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 1.10.0 +version = 1.10.1