We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd9530 commit c840722Copy full SHA for c840722
2 files changed
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-note"
3
-version = "1.0.1"
+version = "1.0.0"
4
description = "A quick note taking app for macOS"
5
authors = ["you"]
6
license = ""
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "QuickNote",
- "version": "1.0.1",
+ "version": "1.0.0",
"identifier": "com.quicknote.app",
"build": {
7
"frontendDist": "../src"
0 commit comments