Skip to content

Commit

Permalink
release: 0.2201.14-beta.b
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Jan 14, 2022
1 parent ae46bfb commit ef351a6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

**Update from [manyver.se/download](https://manyver.se/download):**

## 0.2201.14-beta.b

* Bug fix: detection of new version, -indie and desktop ([see details](https://gitlab.com/staltz/manyverse/commit/e5d58a9ada84e9d4f9c30bec6edded9c7b852a81))

## 0.2201.14-beta

* (Android) Bug fix: raw message screen should show data ([see details](https://gitlab.com/staltz/manyverse/commit/9842d1ac97b57b2802b91435681c8968ecc3aa8d))
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ android {
flavorDimensions "store"

defaultConfig {
versionCode 117
versionName "0.2201.14-beta"
versionCode 118
versionName "0.2201.14-beta.b"
applicationId "se.manyver"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manyverse",
"version": "0.2201.14-beta",
"version": "0.2201.14-beta.b",
"private": true,
"main": "desktop/nodejs-project/loader.js",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/versionName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
//
// SPDX-License-Identifier: CC0-1.0

export default '0.2201.14-beta';
export default '0.2201.14-beta.b';

0 comments on commit ef351a6

Please sign in to comment.