We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de00dbe commit 5a12473Copy full SHA for 5a12473
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "frameguard",
3
"private": true,
4
- "version": "0.1.1",
+ "version": "0.1.2",
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