Skip to content

Commit cf8460b

Browse files
committed
release: v0.5.1
1 parent bdab962 commit cf8460b

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "note-gen",
3-
"version": "0.5.0",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "note-gen"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "A Tauri App"
55
authors = ["codexu"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
3-
"productName": "note-gen",
4-
"version": "0.5.0",
3+
"productName": "NoteGen",
4+
"version": "0.5.1",
55
"identifier": "com.codexu.NoteGen",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

src/hooks/use-toast.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ type ToasterToast = ToastProps & {
1818
action?: ToastActionElement
1919
}
2020

21+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
2122
const actionTypes = {
2223
ADD_TOAST: "ADD_TOAST",
2324
UPDATE_TOAST: "UPDATE_TOAST",

0 commit comments

Comments
 (0)