version numbering fix

This commit is contained in:
Sebastian Dine
2024-12-19 17:22:15 +00:00
parent 7be5f51376
commit f03167a531
4 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "card-collection-manager-2",
"private": true,
"version": "1.0.3",
"version": "1.0.4",
"scripts": {
"dev": "next dev -p 1420",
"build": "next build && next export -o dist",
@@ -1,8 +1,8 @@
[package]
name = "card-collection-manager-2"
version = "1.0.3"
version = "1.0.4"
description = "A Tauri App"
authors = ["you"]
authors = ["Sebastian Dine"]
license = ""
repository = ""
edition = "2021"
@@ -8,7 +8,7 @@
},
"package": {
"productName": "card-collection-manager-2",
"version": "1.0.3"
"version": "1.0.4"
},
"tauri": {
"allowlist": {