Bump version to 1.3.1

This commit is contained in:
Yuri Karamian
2026-06-12 09:22:12 +02:00
parent 1b7dc77792
commit fc7d34612d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1850,7 +1850,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "helixnotes"
version = "1.3.0"
version = "1.3.1"
dependencies = [
"arboard",
"chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "helixnotes"
version = "1.3.0"
version = "1.3.1"
description = "Local markdown note-taking app"
authors = ["HelixNotes"]
license = "AGPL-3.0-or-later"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "HelixNotes",
"version": "1.3.0",
"version": "1.3.1",
"identifier": "com.helixnotes.app",
"build": {
"frontendDist": "../build",