diff --git a/VERSION b/VERSION index 605c2fe5..81a7ac16 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.0-rc1 21000010 +2.10.0-rc2 21000020 diff --git a/fastlane/metadata/android/en-US/changelogs/21000020.txt b/fastlane/metadata/android/en-US/changelogs/21000020.txt new file mode 100644 index 00000000..faa8a92e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/21000020.txt @@ -0,0 +1,5 @@ +Bugfixes, performance improvements and maybe new features. +¯\_(ツ)_/¯ + +A detailed changelog is available on GitHub: +https://github.com/d4rken-org/capod/releases/latest \ No newline at end of file diff --git a/version.properties b/version.properties index 830ac7cf..acc10707 100644 --- a/version.properties +++ b/version.properties @@ -2,5 +2,5 @@ project.versioning.major=2 project.versioning.minor=10 project.versioning.patch=0 -project.versioning.build=1 +project.versioning.build=2 #############################