From 5f9a716f621f8033dea39bf8e758ba05e25b12fa Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Fri, 11 Jul 2025 03:22:36 +0400 Subject: [PATCH] chore: version bump --- README.md | 1 - package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e985b75..5d10f94 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ ## Features - Create unlimited number of local browser profiles completely isolated from each other -- Bypass website restrictions and avoid getting banned by using anti-detection features powered by [Camoufox](https://camoufox.com/) - Proxy support with basic auth for all browsers except for TOR Browser - Import profiles from your existing browsers - Automatic updates both for browsers and for the app itself diff --git a/package.json b/package.json index c68e357..05abcf4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "donutbrowser", "private": true, "license": "AGPL-3.0", - "version": "0.7.1", + "version": "0.7.2", "type": "module", "scripts": { "dev": "next dev --turbopack", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ae97a7f..83feaaf 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -971,7 +971,7 @@ dependencies = [ [[package]] name = "donutbrowser" -version = "0.7.1" +version = "0.7.2" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 14780a5..c4ee2af 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "donutbrowser" -version = "0.7.1" +version = "0.7.2" description = "Simple Yet Powerful Browser Orchestrator" authors = ["zhom@github"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d55f2b0..70849aa 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 Browser", - "version": "0.7.1", + "version": "0.7.2", "identifier": "com.donutbrowser", "build": { "beforeDevCommand": "pnpm dev",