chore: Version bump

This commit is contained in:
quexeky
2025-01-25 19:46:58 +11:00
parent 00f55ff3ae
commit dca5f65e89
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "drop-app",
"private": true,
"version": "0.1.1",
"version": "0.2.0-beta",
"type": "module",
"scripts": {
"build": "nuxt build",

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "Drop Desktop Client",
"version": "0.2.0-beta-prerelease-1",
"version": "0.2.0-beta",
"identifier": "dev.drop.app",
"build": {
"beforeDevCommand": "yarn dev --port 1432",