We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4577fd2 commit 3ca2cf8Copy full SHA for 3ca2cf8
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "frameguard",
3
"private": true,
4
- "version": "0.1.0",
+ "version": "0.1.1",
5
"license": "GPL-3.0-or-later",
6
"author": "Marcelo Pepis",
7
"repository": "https://github.com/marcelopepis/FrameGuard",
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2",
"productName": "FrameGuard",
"identifier": "com.frameguard.app",
"build": {
"beforeDevCommand": "npm run dev",
0 commit comments