Skip to content

Commit

Permalink
chore(release): 1.4.0 [only cd]
Browse files Browse the repository at this point in the history
# 1.4.0 (2021-02-20)

### Bug Fixes

* Crashing of devices sdk 21,22,23,24 on start, fixes [#262](https://git.techdroid.com/sschueller/peertube/issues/262) 5622b76

### Features

* add global playback speed setting fa79b2d
  • Loading branch information
semantic-release-bot committed Feb 20, 2021
1 parent 6a4088e commit b2aa42c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.4.0 (2021-02-20)


### Bug Fixes

* Crashing of devices sdk 21,22,23,24 on start, fixes [#262](https://git.techdroid.com/sschueller/peertube/issues/262) 5622b76


### Features

* add global playback speed setting fa79b2d

# 1.3.0 (2021-02-13)


Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 29
versionCode 1059
versionName "1.3.0"
versionCode 1060
versionName "1.4.0"
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1060.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 1.4.0 (2021-02-20)


### Bug Fixes

* Crashing of devices sdk 21,22,23,24 on start, fixes [#262](https://git.techdroid.com/sschueller/peertube/issues/262) 5622b76


### Features

* add global playback speed setting fa79b2d

0 comments on commit b2aa42c

Please sign in to comment.