Skip to content

Commit 6297e1a

Browse files
authored
chore: bump version to 1.10.0 (#314)
1 parent 502b1ee commit 6297e1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pixsaur",
33
"private": true,
4-
"version": "1.9.0",
4+
"version": "1.10.0",
55
"type": "module",
66
"engines": {
77
"node": ">=24.11.0",

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": "Pixsaur",
4-
"version": "1.9.0",
4+
"version": "1.10.0",
55
"identifier": "com.iiiivan37.pixsaur",
66
"build": {
77
"removeUnusedCommands": true,

0 commit comments

Comments
 (0)