Skip to content

Commit 293108e

Browse files
committed
release: 0.2307.3-beta
1 parent ef40d54 commit 293108e

8 files changed

Lines changed: 21 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 0.2307.3-beta
6+
7+
* Bug fix: use dynamic port for blobs ([see details](https://gitlab.com/staltz/manyverse/commit/ef40d54ae6a633874b9cfec1649d17415259c63d))
8+
59
## 0.2304.3-beta
610

711
* (Desktop) Bug fix: top bar title selectable ([see details](https://gitlab.com/staltz/manyverse/commit/6235b2a40fb8f1d1cf74eaeaec4c12d580b090f0))

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ android {
151151
flavorDimensions "store"
152152

153153
defaultConfig {
154-
versionCode 148
155-
versionName "0.2304.3-beta"
154+
versionCode 149
155+
versionName "0.2307.3-beta"
156156
applicationId "se.manyver"
157157
minSdkVersion rootProject.ext.minSdkVersion
158158
targetSdkVersion rootProject.ext.targetSdkVersion

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manyverse",
3-
"version": "0.2304.3-beta",
3+
"version": "0.2307.3-beta",
44
"private": true,
55
"main": "desktop/nodejs-project/loader.js",
66
"license": "MPL-2.0",

src/backend/versionName.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
//
33
// SPDX-License-Identifier: CC0-1.0
44

5-
module.exports = '0.2304.3-beta';
5+
module.exports = '0.2307.3-beta';

src/frontend/libraries.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,13 @@ export default [
400400
license: 'MIT License (MIT)',
401401
homepage: 'https://github.com/yusitnikov/fix-webm-duration',
402402
},
403+
{
404+
name: 'get-port',
405+
type: 'library',
406+
version: '5.1.1',
407+
license: 'MIT License (MIT)',
408+
homepage: 'https://github.com/sindresorhus/get-port#readme',
409+
},
403410
{
404411
name: 'hermes-engine',
405412
type: 'library',
@@ -818,7 +825,7 @@ export default [
818825
{
819826
name: 'remark-images-to-ssb-serve-blobs',
820827
type: 'library',
821-
version: '2.1.0-2',
828+
version: '3.1.2-1',
822829
license: 'MIT License (MIT)',
823830
homepage:
824831
'https://gitlab.com/staltz/remark-images-to-ssb-serve-blobs#readme',
@@ -1036,7 +1043,7 @@ export default [
10361043
{
10371044
name: 'ssb-serve-blobs',
10381045
type: 'library',
1039-
version: '3.1.1',
1046+
version: '3.2.0',
10401047
license: 'MIT License (MIT)',
10411048
homepage: 'https://github.com/ssbc/ssb-serve-blobs',
10421049
},

src/frontend/screens/thanks/backers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
//
33
// SPDX-License-Identifier: CC0-1.0
44

5-
export default ['Dace', 'John Meurer', 'C Moid', 'DC Posch', 'Mikey Williams'];
5+
export default ['Dace', 'John Meurer', 'C Moid', 'Mikey Williams', 'DC Posch'];

src/frontend/versionName.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
//
33
// SPDX-License-Identifier: CC0-1.0
44

5-
export default '0.2304.3-beta';
5+
export default '0.2307.3-beta';

0 commit comments

Comments
 (0)