Skip to content

Commit

Permalink
release: 0.2309.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Sep 4, 2023
1 parent e13d3d4 commit 2b581be
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 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.2309.4-beta

* Feature: show compose button on hashtag search ([see details](https://gitlab.com/staltz/manyverse/commit/5b5b8f74a8e155bd4c1b7dd02688c5c71bad7183))

## 0.2307.3-beta

* Bug fix: use dynamic port for blobs ([see details](https://gitlab.com/staltz/manyverse/commit/ef40d54ae6a633874b9cfec1649d17415259c63d))
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 149
versionName "0.2307.3-beta"
versionCode 150
versionName "0.2309.4-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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manyverse",
"version": "0.2307.3-beta",
"version": "0.2309.4-beta",
"private": true,
"main": "desktop/nodejs-project/loader.js",
"license": "MPL-2.0",
Expand Down Expand Up @@ -235,4 +235,4 @@
"react-native": {
"os": "react-native-os-staltz"
}
}
}
2 changes: 1 addition & 1 deletion src/backend/versionName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
//
// SPDX-License-Identifier: CC0-1.0

module.exports = '0.2307.3-beta';
module.exports = '0.2309.4-beta';
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.2307.3-beta';
export default '0.2309.4-beta';

0 comments on commit 2b581be

Please sign in to comment.