chore: bump version to 4.0

This commit is contained in:
reya 2024-05-12 08:20:52 +07:00
parent 571d4b4004
commit 8939196ae4
6 changed files with 1217 additions and 1217 deletions

View File

@ -1,7 +1,7 @@
{
"name": "lume",
"private": true,
"version": "4.0.0-beta",
"version": "4.0.0",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",

View File

@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"productName": "Lume",
"version": "4.0.0-beta",
"version": "4.0.0",
"identifier": "nu.lume.Lume",
"build": {
"beforeBuildCommand": "pnpm desktop:build",