Skip to content

Commit 07ab97a

Browse files
committed
chore: release v1.3.0
1 parent 43ae336 commit 07ab97a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ntfier",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "tauri 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 = "ntfier"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "Desktop notification client for ntfy"
55
authors = [""]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "Ntfier",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"identifier": "com.ntfier.app",
66
"build": {
77
"frontendDist": "../ui/dist/client",

0 commit comments

Comments
 (0)