Skip to content

Commit 018027b

Browse files
author
Dylan Storey
committed
fix(gui): sync version to 1.0.11 in package.json and tauri.conf.json
1 parent 0df4aba commit 018027b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/metis-docs-gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "metis-docs-gui",
33
"private": true,
4-
"version": "1.0.10",
4+
"version": "1.0.11",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

crates/metis-docs-gui/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
},
4444
"identifier": "io.colliery.metis",
4545
"productName": "Metis",
46-
"version": "1.0.10"
46+
"version": "1.0.11"
4747
}

0 commit comments

Comments
 (0)