Bump version to 0.11.0

This commit is contained in:
Lorenz Hübschle-Schneider 2023-07-09 15:20:26 +02:00
parent 82ba82f642
commit 6596b48043
9 changed files with 11 additions and 9 deletions

2
.gitignore vendored
View File

@ -6,3 +6,5 @@ build/
# IntelliJ / WebStorm # IntelliJ / WebStorm
.idea/ .idea/
src-tauri/target

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "glowing-bear", "name": "glowing-bear",
"version": "0.10.0", "version": "0.11.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "glowing-bear", "name": "glowing-bear",
"version": "0.10.0", "version": "0.11.0",
"license": "GPLv3", "license": "GPLv3",
"dependencies": { "dependencies": {
"angular": "^1.8.3", "angular": "^1.8.3",

View File

@ -1,7 +1,7 @@
{ {
"name": "glowing-bear", "name": "glowing-bear",
"private": true, "private": true,
"version": "0.10.0", "version": "0.11.0",
"description": "A web client for Weechat", "description": "A web client for Weechat",
"repository": "https://github.com/glowing-bear/glowing-bear", "repository": "https://github.com/glowing-bear/glowing-bear",
"license": "GPLv3", "license": "GPLv3",

2
src-tauri/Cargo.lock generated
View File

@ -991,7 +991,7 @@ dependencies = [
[[package]] [[package]]
name = "glowing-bear" name = "glowing-bear"
version = "0.10.0" version = "0.11.0"
dependencies = [ dependencies = [
"serde", "serde",
"serde_json", "serde_json",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "glowing-bear" name = "glowing-bear"
version = "0.10.0" #sync to ../package.json version = "0.11.0" #sync to ../package.json
description = "A web client for WeeChat" description = "A web client for WeeChat"
authors = ["glowing-bear-contributors"] authors = ["glowing-bear-contributors"]
license = "GPL-3.0" license = "GPL-3.0"

View File

@ -8,7 +8,7 @@
}, },
"package": { "package": {
"productName": "glowing-bear", "productName": "glowing-bear",
"version": "0.10.0" "version": "0.11.0"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {

View File

@ -432,7 +432,7 @@ chown -R <strong>username</strong>:<strong>username</strong> ~<strong>username</
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<button type="button" class="close" ng-click="closeModal($event)" aria-hidden="true">&times;</button> <button type="button" class="close" ng-click="closeModal($event)" aria-hidden="true">&times;</button>
<span class="pull-right version">Glowing Bear version 0.10.0</span> <span class="pull-right version">Glowing Bear version 0.11.0</span>
<h4 class="modal-title">Settings</h4> <h4 class="modal-title">Settings</h4>
<p>Settings will be stored in your browser.</p> <p>Settings will be stored in your browser.</p>
</div> </div>

View File

@ -1,7 +1,7 @@
{ {
"name": "Glowing Bear", "name": "Glowing Bear",
"description": "WeeChat Web frontend", "description": "WeeChat Web frontend",
"version": "0.10.0", "version": "0.11.0",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {
"32": "assets/img/favicon.png", "32": "assets/img/favicon.png",

View File

@ -25,5 +25,5 @@
"desktop-notification":{} "desktop-notification":{}
}, },
"default_locale": "en", "default_locale": "en",
"version": "0.10.0" "version": "0.11.0"
} }