chore(release): 1.3.0 [only cd]

# 1.3.0 (2021-02-13)

### Bug Fixes

* Converted videolist to Kotlin to fix broken top menu 06ace0d

### Features

* Added video thumb placehoder for loading and errors 830b197
* Converted meta date helper to kotlin 1c34556
This commit is contained in:
semantic-release-bot 2021-02-13 21:17:44 +00:00
parent 74bb45a3fc
commit 27f5f4556b
4 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,16 @@
# 1.3.0 (2021-02-13)
### Bug Fixes
* Converted videolist to Kotlin to fix broken top menu 06ace0d
### Features
* Added video thumb placehoder for loading and errors 830b197
* Converted meta date helper to kotlin 1c34556
# 1.2.0 (2021-02-07)

View File

@ -1 +1 @@
1.2.0
1.3.0

View File

@ -44,8 +44,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 29
versionCode 1058
versionName "1.2.0"
versionCode 1059
versionName "1.3.0"
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -0,0 +1,12 @@
# 1.3.0 (2021-02-13)
### Bug Fixes
* Converted videolist to Kotlin to fix broken top menu 06ace0d
### Features
* Added video thumb placehoder for loading and errors 830b197
* Converted meta date helper to kotlin 1c34556