diff --git a/.gitignore b/.gitignore index 2bc2a02..9ac9597 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ build/ # IntelliJ / WebStorm .idea/ + +src-tauri/target diff --git a/package-lock.json b/package-lock.json index a27f8e2..eaf068e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "glowing-bear", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "glowing-bear", - "version": "0.10.0", + "version": "0.11.0", "license": "GPLv3", "dependencies": { "angular": "^1.8.3", diff --git a/package.json b/package.json index 83b3bed..1a8332c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "glowing-bear", "private": true, - "version": "0.10.0", + "version": "0.11.0", "description": "A web client for Weechat", "repository": "https://github.com/glowing-bear/glowing-bear", "license": "GPLv3", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index f680289..491fd04 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -991,7 +991,7 @@ dependencies = [ [[package]] name = "glowing-bear" -version = "0.10.0" +version = "0.11.0" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8873878..1626b0e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] 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" authors = ["glowing-bear-contributors"] license = "GPL-3.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 559702c..57a4ff6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "glowing-bear", - "version": "0.10.0" + "version": "0.11.0" }, "tauri": { "allowlist": { diff --git a/src/index.html b/src/index.html index 1ba8437..2bfa14a 100644 --- a/src/index.html +++ b/src/index.html @@ -432,7 +432,7 @@ chown -R username:username ~username diff --git a/src/manifest.json b/src/manifest.json index c7dc41e..f651645 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "Glowing Bear", "description": "WeeChat Web frontend", - "version": "0.10.0", + "version": "0.11.0", "manifest_version": 2, "icons": { "32": "assets/img/favicon.png", diff --git a/src/manifest.webapp b/src/manifest.webapp index 246406a..5d26c1e 100644 --- a/src/manifest.webapp +++ b/src/manifest.webapp @@ -25,5 +25,5 @@ "desktop-notification":{} }, "default_locale": "en", - "version": "0.10.0" + "version": "0.11.0" }