We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c33450 commit b172a56Copy full SHA for b172a56
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "e2fly",
3
"private": true,
4
- "version": "1.9.0",
+ "version": "1.9.1",
5
"type": "module",
6
"repository": {
7
"type": "git",
src-tauri/tauri.conf.json
@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "E2Fly",
"mainBinaryName": "E2Fly",
"identifier": "com.0x-jerry.dev",
"build": {
8
"beforeBuildCommand": "pnpm build:web",
0 commit comments