Skip to content

Commit

Permalink
chore: Bump version to 0.1.1 and update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuzat committed Dec 30, 2024
1 parent f5162e5 commit 722bbcd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "nota",
"version": "0.1.0",
"version": "0.1.1",
"author": {
"name": "Alok 'Tsuzat' Singh",
"email": "contact@tsuzat.com"
},
"description": "",
"type": "module",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "nota"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
version = "0.1.1"
description = "Nota - A simple note taking app"
authors = ["Tsuzat"]
edition = "2024"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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.0",
"version": "0.1.1",
"identifier": "com.tsuzat.nota",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit 722bbcd

Please sign in to comment.