Skip to content

Commit

Permalink
chore(release): 1.1.1 [only cd]
Browse files Browse the repository at this point in the history
## 1.1.1 (2021-02-05)

### Bug Fixes

* Removed SHA from version name to fix fdroid builds 9dc7d54
  • Loading branch information
semantic-release-bot committed Feb 5, 2021
1 parent 9dc7d54 commit 5305533
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.1.1 (2021-02-05)


### Bug Fixes

* Removed SHA from version name to fix fdroid builds 9dc7d54

# 1.1.0 (2021-02-01)


Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ android {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 29
versionCode 1056
versionName "1.1.0-12d85f58"
versionCode 1057
versionName "1.1.1"
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/1057.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 1.1.1 (2021-02-05)


### Bug Fixes

* Removed SHA from version name to fix fdroid builds 9dc7d54

0 comments on commit 5305533

Please sign in to comment.