Skip to content

Commit

Permalink
chore(release): 1.12.2 [only cd]
Browse files Browse the repository at this point in the history
## 1.12.2 (2022-04-02)

### Bug Fixes

* Removed videos, fastlane cant upload them d98bf8c
* Update fastlane cef0043
  • Loading branch information
semantic-release-bot committed Apr 2, 2022
1 parent 3915cc1 commit 3b88b03
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.1
1.12.2
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1080.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.12.2 (2022-04-02)


### Bug Fixes

* Removed videos, fastlane cant upload them d98bf8c
* Update fastlane cef0043

0 comments on commit 3b88b03

Please sign in to comment.