chore(release): 1.10.2 [only cd]

## 1.10.2 (2022-01-02)

### Bug Fixes

* fixed bad video URL 0dd2254
This commit is contained in:
semantic-release-bot 2022-01-02 00:18:47 +00:00
parent 8c9a7ff5c4
commit 629445e2ae
4 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## 1.10.2 (2022-01-02)
### Bug Fixes
* fixed bad video URL 0dd2254
## 1.10.1 (2022-01-01)

View File

@ -1 +1 @@
1.10.1
1.10.2

View File

@ -46,8 +46,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 32
versionCode 1073
versionName "1.10.1"
versionCode 1074
versionName "1.10.2"
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -0,0 +1,6 @@
## 1.10.2 (2022-01-02)
### Bug Fixes
* fixed bad video URL 0dd2254