Skip to content

Commit

Permalink
release: 0.2407.28-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Powersource committed Jul 28, 2024
1 parent badae16 commit cb9d62c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 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.2407.28-beta

* Minor patch uncluding some newer module versions.

## 0.2310.9-beta

* Bug fix: mobile app crashing when opening Connections ([see details](https://gitlab.com/staltz/manyverse/commit/2b26f1baab055f3fd04c7823e073d705955ac83c))
Expand Down
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2021-2023 The Manyverse Authors
// SPDX-FileCopyrightText: 2021-2024 The Manyverse Authors
//
// SPDX-License-Identifier: Unlicense

Expand Down Expand Up @@ -151,8 +151,8 @@ android {
flavorDimensions "store"

defaultConfig {
versionCode 152
versionName "0.2310.9-beta"
versionCode 153
versionName "0.2407.28-beta"
applicationId "se.manyver"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
Expand Down
4 changes: 2 additions & 2 deletions 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.2310.9-beta",
"version": "0.2407.28-beta",
"private": true,
"main": "desktop/nodejs-project/loader.js",
"license": "MPL-2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/backend/versionName.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-FileCopyrightText: 2023 The Manyverse Authors
// SPDX-FileCopyrightText: 2024 The Manyverse Authors
//
// SPDX-License-Identifier: CC0-1.0

module.exports = '0.2310.9-beta';
module.exports = '0.2407.28-beta';
4 changes: 2 additions & 2 deletions src/frontend/versionName.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-FileCopyrightText: 2023 The Manyverse Authors
// SPDX-FileCopyrightText: 2024 The Manyverse Authors
//
// SPDX-License-Identifier: CC0-1.0

export default '0.2310.9-beta';
export default '0.2407.28-beta';

0 comments on commit cb9d62c

Please sign in to comment.