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 f5bd12b commit 8861fe4Copy full SHA for 8861fe4
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "drop-app",
3
"private": true,
4
- "version": "0.1.1",
+ "version": "0.2.0-beta",
5
"type": "module",
6
"scripts": {
7
"build": "nuxt build",
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "Drop Desktop Client",
- "version": "0.2.0-beta-prerelease-1",
"identifier": "dev.drop.app",
"build": {
"beforeDevCommand": "yarn dev --port 1432",
0 commit comments