diff --git a/package.json b/package.json index 7c8a9ca..2c7532f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nota", - "version": "0.1.73", + "version": "0.1.74", "author": { "name": "Alok 'Tsuzat' Singh", "email": "contact@tsuzat.com" diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index a63da02..a7fb677 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2526,7 +2526,7 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" [[package]] name = "nota" -version = "0.1.73" +version = "0.1.74" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ba8cc3e..6c2bf7e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nota" -version = "0.1.73" +version = "0.1.74" description = "Nota - A simple note taking app" authors = ["Tsuzat"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f8ee80e..431209e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Nota", - "version": "0.1.73", + "version": "0.1.74", "identifier": "com.tsuzat.nota", "build": { "beforeDevCommand": "pnpm dev",