Skip to content

Commit

Permalink
release: 0.2202.7-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Feb 7, 2022
1 parent 1feeda9 commit 51194d9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 0.2202.7-beta

* (Desktop) Bug fix: unclickable region on the top bar ([see details](https://gitlab.com/staltz/manyverse/commit/d290fa8294a053d3fda135ecf8b2062195e420c2))
* (Desktop) Improve layout with 610px wide column ([see details](https://gitlab.com/staltz/manyverse/commit/1feeda9a91e668d395ac34cc35ef6d9d27f609ad))

## 0.2202.4-beta

* (Desktop) Bug fix: sliders in settings looking broken ([see details](https://gitlab.com/staltz/manyverse/commit/bab9e3ba6bf146fa8c602d40913815c3863ea003))
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 120
versionName "0.2202.4-beta"
versionCode 121
versionName "0.2202.7-beta"
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.2202.4-beta",
"version": "0.2202.7-beta",
"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.2202.4-beta';
export default '0.2202.7-beta';

0 comments on commit 51194d9

Please sign in to comment.