diff --git a/CHANGELOG.md b/CHANGELOG.md index c030be7..bc3aa75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.8.3 (2021-12-27) + + +### Bug Fixes + +* new play store shorter app name requirement 37229a0 + ## 1.8.2 (2021-12-27) diff --git a/VERSION.txt b/VERSION.txt index 53adb84..a7ee35a 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.8.2 +1.8.3 diff --git a/app/build.gradle b/app/build.gradle index 25824fb..fa8d0c6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,8 +46,8 @@ android { applicationId "net.schueller.peertube" minSdkVersion 21 targetSdkVersion 30 - versionCode 1068 - versionName "1.8.2" + versionCode 1069 + versionName "1.8.3" buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/1069.txt b/fastlane/metadata/android/en-US/changelogs/1069.txt new file mode 100644 index 0000000..a6b620d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1069.txt @@ -0,0 +1,6 @@ +## 1.8.3 (2021-12-27) + + +### Bug Fixes + +* new play store shorter app name requirement 37229a0