Skip to content

Commit

Permalink
chore: Bump version to 0.1.4 in package.json, Cargo.toml, and tauri.c…
Browse files Browse the repository at this point in the history
…onf.json
  • Loading branch information
Tsuzat committed Jan 1, 2025
1 parent 4f409d2 commit d63bc3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nota",
"version": "0.1.3",
"version": "0.1.4",
"author": {
"name": "Alok 'Tsuzat' Singh",
"email": "contact@tsuzat.com"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nota"
version = "0.1.3"
version = "0.1.4"
description = "Nota - A simple note taking app"
authors = ["Tsuzat"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Nota",
"version": "0.1.3",
"version": "0.1.4",
"identifier": "com.tsuzat.nota",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit d63bc3d

Please sign in to comment.