Skip to content

Commit

Permalink
chore(release): 1.11.0 [only cd]
Browse files Browse the repository at this point in the history
# 1.11.0 (2022-01-09)

### Features

* Open playlist video in player, string update c23c17d
  • Loading branch information
semantic-release-bot committed Jan 9, 2022
1 parent eb3b1eb commit 6a6405c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.11.0 (2022-01-09)


### Features

* Open playlist video in player, string update c23c17d

## 1.10.4 (2022-01-02)


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

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1077.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.11.0 (2022-01-09)


### Features

* Open playlist video in player, string update c23c17d

0 comments on commit 6a6405c

Please sign in to comment.