1 parent a40b48c commit 60ec039Copy full SHA for 60ec039
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "anvil-craft-panel",
3
- "version": "0.1.8",
+ "version": "0.1.9",
4
"description": "",
5
"type": "module",
6
"scripts": {
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "AnvilCraft Panel",
"identifier": "AnvilCraftPanel",
"build": {
7
"beforeDevCommand": "npm run dev",
@@ -12,7 +12,7 @@
12
"app": {
13
"windows": [
14
15
- "title": "AnvilCraft Panel v0.1.8 (Beta)",
+ "title": "AnvilCraft Panel v0.1.9 (Beta)",
16
"width": 1024,
17
"height": 660,
18
"minWidth": 1024,
0 commit comments