From 17fbcd1b1a3c00091afd265681976f6aac58739b Mon Sep 17 00:00:00 2001 From: Tsuzat Date: Wed, 22 Jan 2025 23:57:21 +0530 Subject: [PATCH] release 0.1.66 (chore): bump version to 0.1.66 in package.json, Cargo.toml, and tauri.conf.json --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index dd56642..7f831a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nota", - "version": "0.1.65", + "version": "0.1.66", "author": { "name": "Alok 'Tsuzat' Singh", "email": "contact@tsuzat.com" diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 60d55b6..de28196 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2526,7 +2526,7 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" [[package]] name = "nota" -version = "0.1.65" +version = "0.1.66" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 12f7bb5..a3acde1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nota" -version = "0.1.65" +version = "0.1.66" 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 3f638c1..1ba3df7 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.65", + "version": "0.1.66", "identifier": "com.tsuzat.nota", "build": { "beforeDevCommand": "pnpm dev",