Skip to content

Commit c840722

Browse files
committed
chore: bump version to v1.0.0
1 parent 6cd9530 commit c840722

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "quick-note"
3-
version = "1.0.1"
3+
version = "1.0.0"
44
description = "A quick note taking app for macOS"
55
authors = ["you"]
66
license = ""

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": "QuickNote",
4-
"version": "1.0.1",
4+
"version": "1.0.0",
55
"identifier": "com.quicknote.app",
66
"build": {
77
"frontendDist": "../src"

0 commit comments

Comments
 (0)