chore(release): 1.12.1 [only cd]

## 1.12.1 (2022-04-02)

### Bug Fixes

* Too long play store update notes fe187e5
This commit is contained in:
semantic-release-bot 2022-04-02 19:55:37 +00:00
parent fe187e546d
commit 9839ed928b
4 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## 1.12.1 (2022-04-02)
### Bug Fixes
* Too long play store update notes fe187e5
# 1.12.0 (2022-04-02)

View File

@ -1 +1 @@
1.12.0
1.12.1

View File

@ -46,8 +46,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 32
versionCode 1078
versionName "1.12.0"
versionCode 1079
versionName "1.12.1"
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -0,0 +1,6 @@
## 1.12.1 (2022-04-02)
### Bug Fixes
* Too long play store update notes fe187e5