Skip to content

Commit

Permalink
release: 0.2307.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Jul 3, 2023
1 parent ef40d54 commit 293108e
Show file tree
Hide file tree
Showing 8 changed files with 21 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.2307.3-beta

* Bug fix: use dynamic port for blobs ([see details](https://gitlab.com/staltz/manyverse/commit/ef40d54ae6a633874b9cfec1649d17415259c63d))

## 0.2304.3-beta

* (Desktop) Bug fix: top bar title selectable ([see details](https://gitlab.com/staltz/manyverse/commit/6235b2a40fb8f1d1cf74eaeaec4c12d580b090f0))
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 148
versionName "0.2304.3-beta"
versionCode 149
versionName "0.2307.3-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.2304.3-beta",
"version": "0.2307.3-beta",
"private": true,
"main": "desktop/nodejs-project/loader.js",
"license": "MPL-2.0",
Expand Down
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.2304.3-beta';
module.exports = '0.2307.3-beta';
11 changes: 9 additions & 2 deletions src/frontend/libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,13 @@ export default [
license: 'MIT License (MIT)',
homepage: 'https://github.com/yusitnikov/fix-webm-duration',
},
{
name: 'get-port',
type: 'library',
version: '5.1.1',
license: 'MIT License (MIT)',
homepage: 'https://github.com/sindresorhus/get-port#readme',
},
{
name: 'hermes-engine',
type: 'library',
Expand Down Expand Up @@ -818,7 +825,7 @@ export default [
{
name: 'remark-images-to-ssb-serve-blobs',
type: 'library',
version: '2.1.0-2',
version: '3.1.2-1',
license: 'MIT License (MIT)',
homepage:
'https://gitlab.com/staltz/remark-images-to-ssb-serve-blobs#readme',
Expand Down Expand Up @@ -1036,7 +1043,7 @@ export default [
{
name: 'ssb-serve-blobs',
type: 'library',
version: '3.1.1',
version: '3.2.0',
license: 'MIT License (MIT)',
homepage: 'https://github.com/ssbc/ssb-serve-blobs',
},
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/screens/thanks/backers.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 ['Dace', 'John Meurer', 'C Moid', 'DC Posch', 'Mikey Williams'];
export default ['Dace', 'John Meurer', 'C Moid', 'Mikey Williams', 'DC Posch'];
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.2304.3-beta';
export default '0.2307.3-beta';

0 comments on commit 293108e

Please sign in to comment.