Skip to content

Commit 0a826ff

Browse files
committed
chore: version bump
1 parent 250e206 commit 0a826ff

File tree

4 files changed

+6
-21
lines changed

4 files changed

+6
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "donutbrowser",
33
"private": true,
44
"license": "AGPL-3.0",
5-
"version": "0.15.0",
5+
"version": "0.16.0",
66
"type": "module",
77
"scripts": {
88
"dev": "next dev --turbopack -p 12341",

src-tauri/Cargo.lock

Lines changed: 3 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "donutbrowser"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
description = "Simple Yet Powerful Anti-Detect Browser"
55
authors = ["zhom@github"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Donut",
4-
"version": "0.15.0",
4+
"version": "0.16.0",
55
"identifier": "com.donutbrowser",
66
"build": {
77
"beforeDevCommand": "pnpm copy-proxy-binary && pnpm dev",

0 commit comments

Comments
 (0)