Skip to content

Commit

Permalink
release: 0.2201.19-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Jan 19, 2022
1 parent ee08fa2 commit a16be07
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 22 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.2201.19-beta

* (Desktop) Bug fix: scroll bar in dialogs on wide screens ([see details](https://gitlab.com/staltz/manyverse/commit/0127bba46692ce15928ab9ea21789fc9d6f6a87b))
* (Desktop) Feature: support back button on some mouses ([see details](https://gitlab.com/staltz/manyverse/commit/243a8e83ec810ee4c2a84a03979042fd40a7bcc7))
* Bug fix: database glitches when a opening thread ([see details](https://gitlab.com/staltz/manyverse/commit/0aff692d45b2198e1a6276d92009af206e90f3f1)), closes [#1707](https://gitlab.com/staltz/manyverse/issues/1707)

## 0.2201.14-beta.b

* Bug fix: detection of new version, -indie and desktop ([see details](https://gitlab.com/staltz/manyverse/commit/e5d58a9ada84e9d4f9c30bec6edded9c7b852a81))
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 118
versionName "0.2201.14-beta.b"
versionCode 119
versionName "0.2201.19-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.2201.14-beta.b",
"version": "0.2201.19-beta",
"private": true,
"main": "desktop/nodejs-project/loader.js",
"license": "MPL-2.0",
Expand Down Expand Up @@ -217,4 +217,4 @@
"react-native": {
"os": "react-native-os-staltz"
}
}
}
16 changes: 1 addition & 15 deletions src/frontend/libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export default [
{
name: 'cycle-native-navigation-web',
type: 'library',
version: '1.0.2',
version: '1.1.0',
license: 'MIT License (MIT)',
homepage: 'https://github.com/staltz/cycle-native-navigation-web',
},
Expand Down Expand Up @@ -884,20 +884,6 @@ export default [
license: 'MIT License (MIT)',
homepage: 'https://github.com/staltz/ssb-keys-mnemonic',
},
{
name: 'ssb-keys-mnemonic-neon',
type: 'library',
version: '1.0.0-3',
license: 'GNU Lesser General Public License v3.0 only (LGPL-3.0)',
homepage: 'https://github.com/staltz/ssb-keys-mnemonic-neon#readme',
},
{
name: 'ssb-keys-neon',
type: 'library',
version: '8.2.0-1',
license: 'GNU Lesser General Public License v3.0 only (LGPL-3.0)',
homepage: 'https://github.com/staltz/ssb-keys-neon#readme',
},
{
name: 'ssb-lan',
type: 'library',
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.2201.14-beta.b';
export default '0.2201.19-beta';

0 comments on commit a16be07

Please sign in to comment.