diff --git a/package.json b/package.json index 624eb86..691e801 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "donutbrowser", "private": true, "license": "AGPL-3.0", - "version": "0.17.1", + "version": "0.17.2", "type": "module", "scripts": { "dev": "next dev --turbopack -p 12341", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 43f80e8..910d5b4 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1717,7 +1717,7 @@ dependencies = [ [[package]] name = "donutbrowser" -version = "0.17.1" +version = "0.17.2" dependencies = [ "aes", "aes-gcm", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 57fde4e..641b796 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "donutbrowser" -version = "0.17.1" +version = "0.17.2" description = "Simple Yet Powerful Anti-Detect Browser" authors = ["zhom@github"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f70a906..1a3153c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Donut", - "version": "0.17.1", + "version": "0.17.2", "identifier": "com.donutbrowser", "build": { "beforeDevCommand": "pnpm copy-proxy-binary && pnpm dev",