Skip to content

Commit 8861fe4

Browse files
committed
chore: Version bump
1 parent f5bd12b commit 8861fe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "drop-app",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.2.0-beta",
55
"type": "module",
66
"scripts": {
77
"build": "nuxt build",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.0",
33
"productName": "Drop Desktop Client",
4-
"version": "0.2.0-beta-prerelease-1",
4+
"version": "0.2.0-beta",
55
"identifier": "dev.drop.app",
66
"build": {
77
"beforeDevCommand": "yarn dev --port 1432",

0 commit comments

Comments
 (0)