Skip to content

Commit 0f4c807

Browse files
committed
chore(build): release v0.26.0
1 parent 32358ff commit 0f4c807

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zotepad",
33
"type": "module",
4-
"version": "0.25.9",
4+
"version": "0.26.0",
55
"private": true,
66
"author": {
77
"name": "aatrooox",

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 = "zotepad"
3-
version = "0.25.9"
3+
version = "0.26.0"
44
description = "zotepad - A template for fast development of desktop applications using Tauri and Nuxt.js"
55
authors = [ "aatrox" ]
66
license = "MIT"

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": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "zotepad",
4-
"version": "0.25.9",
4+
"version": "0.26.0",
55
"identifier": "com.zzaoclub.zotepad",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)