chore(release): 1.11.0 [only cd]

# 1.11.0 (2022-01-09)

### Features

* Open playlist video in player, string update c23c17d
This commit is contained in:
semantic-release-bot 2022-01-09 13:03:15 +00:00
parent eb3b1eb7ad
commit 6a6405ccdc
4 changed files with 16 additions and 3 deletions

View File

@ -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)

View File

@ -1 +1 @@
1.10.4
1.11.0

View File

@ -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"

View File

@ -0,0 +1,6 @@
# 1.11.0 (2022-01-09)
### Features
* Open playlist video in player, string update c23c17d