Skip to content

Commit

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

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

## 0.2203.7-beta

* (Desktop) Bug fix: preserve scroll position when going back to thread ([see details](https://gitlab.com/staltz/manyverse/commit/9b5bb679042068f14c07a1b1417bf834804ef748))
* (Desktop) Bug fix: support ctrl+c on posts ([see details](https://gitlab.com/staltz/manyverse/commit/a5be028a3d792e43fdd173cd1f21ab7e873431c2))
* Bug fix: logic to show update banner ([see details](https://gitlab.com/staltz/manyverse/commit/0beb7a75b6c5ab421dab11b47737b16f30489dbd))

## 0.2203.3-beta

* (Desktop) Bug fix: clickable regions in Reactions screen ([see details](https://gitlab.com/staltz/manyverse/commit/2d887da0612b8c02e053b375124896cf2044ef0b))
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 122
versionName "0.2203.3-beta"
versionCode 123
versionName "0.2203.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.2203.3-beta",
"version": "0.2203.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.2203.3-beta';
export default '0.2203.7-beta';

0 comments on commit 153159f

Please sign in to comment.