chore: release v0.1.1

This commit is contained in:
itsamejms
2026-08-04 17:15:32 +01:00
parent 8dcf6d2a28
commit 639d768bf1
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "dm-pal", "name": "dm-pal",
"private": true, "private": true,
"version": "0.1.0", "version": "0.1.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+5 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "DM-Pal", "productName": "DM-Pal",
"version": "0.1.0", "version": "0.1.1",
"identifier": "com.dm-pal.app", "identifier": "com.dm-pal.app",
"build": { "build": {
"frontendDist": "../dist", "frontendDist": "../dist",
@@ -29,6 +29,10 @@
"bundle": { "bundle": {
"active": true, "active": true,
"targets": "all", "targets": "all",
"macOS": {
"signingIdentity": "-",
"hardenedRuntime": true
},
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/128x128.png", "icons/128x128.png",