diff --git a/VERSION b/VERSION index db7e746f..33813de0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.14.0-rc0 21400000 +2.14.1-rc0 21401000 diff --git a/fastlane/metadata/android/en-US/changelogs/21401000.txt b/fastlane/metadata/android/en-US/changelogs/21401000.txt new file mode 100644 index 00000000..8fed5aca --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/21401000.txt @@ -0,0 +1,2 @@ +Bugfixes, performance improvements and maybe new features. +¯\_(ツ)_/¯ \ No newline at end of file diff --git a/version.properties b/version.properties index 6d5c6d4c..4894c5d7 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ ### Updated by release.sh ### project.versioning.major=2 project.versioning.minor=14 -project.versioning.patch=0 +project.versioning.patch=1 project.versioning.build=0 #############################