We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32358ff commit 0f4c807Copy full SHA for 0f4c807
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "zotepad",
3
"type": "module",
4
- "version": "0.25.9",
+ "version": "0.26.0",
5
"private": true,
6
"author": {
7
"name": "aatrooox",
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zotepad"
-version = "0.25.9"
+version = "0.26.0"
description = "zotepad - A template for fast development of desktop applications using Tauri and Nuxt.js"
authors = [ "aatrox" ]
license = "MIT"
src-tauri/tauri.conf.json
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "zotepad",
"identifier": "com.zzaoclub.zotepad",
"build": {
"frontendDist": "../dist",
0 commit comments