Skip to content

Commit 60ec039

Browse files
committed
Bump version to 0.1.9
1 parent a40b48c commit 60ec039

2 files changed

Lines changed: 3 additions & 3 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": "anvil-craft-panel",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "",
55
"type": "module",
66
"scripts": {

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "AnvilCraft Panel",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"identifier": "AnvilCraftPanel",
66
"build": {
77
"beforeDevCommand": "npm run dev",
@@ -12,7 +12,7 @@
1212
"app": {
1313
"windows": [
1414
{
15-
"title": "AnvilCraft Panel v0.1.8 (Beta)",
15+
"title": "AnvilCraft Panel v0.1.9 (Beta)",
1616
"width": 1024,
1717
"height": 660,
1818
"minWidth": 1024,

0 commit comments

Comments
 (0)