We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888c976 commit c365bc3Copy full SHA for c365bc3
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "cooknotes",
3
"private": true,
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"type": "module",
6
"scripts": {
7
"lint": "eslint .",
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2",
"productName": "cooknotes",
"identifier": "com.cooknotes.app",
"build": {
"beforeDevCommand": "pnpm dev",
0 commit comments