diff --git a/package.json b/package.json index 4cf00f8da..0966d0dca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lettura", - "version": "0.1.10", + "version": "0.1.11", "private": true, "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0eee22ab3..e0e0b5d38 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2184,11 +2184,11 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lettura" -version = "0.1.1" +version = "0.1.11" dependencies = [ "actix-cors", "actix-web", - "base64 0.21.5", + "base64 0.13.1", "chrono", "diesel", "diesel_migrations", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0547a508c..4d67a8e46 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lettura" -version = "0.1.1" +version = "0.1.11" description = "Your RSS reader" authors = ["zhanglun1410@gmail.com"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2884f1d26..64459f926 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Lettura", - "version": "0.1.10" + "version": "0.1.11" }, "tauri": { "allowlist": {