Skip to content

Commit

Permalink
chore(release): 1.8.2 [only cd]
Browse files Browse the repository at this point in the history
## 1.8.2 (2021-12-27)

### Bug Fixes

* updated fastlane 0f10497
* updated fastlane 110e5da
* updated fastlane f75114b
  • Loading branch information
semantic-release-bot committed Dec 27, 2021
1 parent 85d23a1 commit f9e39e7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.8.2 (2021-12-27)


### Bug Fixes

* updated fastlane 0f10497
* updated fastlane 110e5da
* updated fastlane f75114b

## 1.8.1 (2021-12-27)


Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.1
1.8.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 30
versionCode 1067
versionName "1.8.1"
versionCode 1068
versionName "1.8.2"
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1068.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 1.8.2 (2021-12-27)


### Bug Fixes

* updated fastlane 0f10497
* updated fastlane 110e5da
* updated fastlane f75114b

0 comments on commit f9e39e7

Please sign in to comment.