chore(release): 1.5.1 [only cd]

## 1.5.1 (2021-10-10)

### Bug Fixes

* incompatible languages (android play) b4efa27
This commit is contained in:
semantic-release-bot 2021-10-10 13:59:35 +00:00
parent 7127078bd6
commit 70f92742e6
4 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## 1.5.1 (2021-10-10)
### Bug Fixes
* incompatible languages (android play) b4efa27
# 1.5.0 (2021-10-05)

View File

@ -1 +1 @@
1.5.0
1.5.1

View File

@ -46,8 +46,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 29
versionCode 1061
versionName "1.5.0"
versionCode 1062
versionName "1.5.1"
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -0,0 +1,6 @@
## 1.5.1 (2021-10-10)
### Bug Fixes
* incompatible languages (android play) b4efa27