diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf1946..c8eeda5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.12.2 (2022-04-02) + + +### Bug Fixes + +* Removed videos, fastlane cant upload them d98bf8c +* Update fastlane cef0043 + ## 1.12.1 (2022-04-02) diff --git a/VERSION.txt b/VERSION.txt index f8f4f03..6b89d58 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.12.1 +1.12.2 diff --git a/app/build.gradle b/app/build.gradle index 08d4497..1d9c1d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,8 +46,8 @@ android { applicationId "net.schueller.peertube" minSdkVersion 21 targetSdkVersion 32 - versionCode 1079 - versionName "1.12.1" + versionCode 1080 + versionName "1.12.2" buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/1080.txt b/fastlane/metadata/android/en-US/changelogs/1080.txt new file mode 100644 index 0000000..bee3c91 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1080.txt @@ -0,0 +1,7 @@ +## 1.12.2 (2022-04-02) + + +### Bug Fixes + +* Removed videos, fastlane cant upload them d98bf8c +* Update fastlane cef0043