From 5317a482d12057517c53b4ef3fd2cc48253d7009 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Jun 2022 22:41:37 +0000 Subject: [PATCH] chore(release): 2.0.3 [skip ci] ## [2.0.3](https://github.com/revanced/revanced-patches/compare/v2.0.2...v2.0.3) (2022-06-27) ### Bug Fixes * check if resource files exist ([f21d1d8](https://github.com/revanced/revanced-patches/commit/f21d1d83f6a8e0e28edcf9af8d72aa2bd745a2d2)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 901f2ef23..559f28db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.3](https://github.com/revanced/revanced-patches/compare/v2.0.2...v2.0.3) (2022-06-27) + + +### Bug Fixes + +* check if resource files exist ([ba1f3af](https://github.com/revanced/revanced-patches/commit/ba1f3af99be58edc44ed1b8f1875508d5034efd8)) + ## [2.0.2](https://github.com/revanced/revanced-patches/compare/v2.0.1...v2.0.2) (2022-06-27) diff --git a/gradle.properties b/gradle.properties index b812f025f..013116958 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.0.2 +version = 2.0.3