Bump version number to 0.6.4-alpha

This commit is contained in:
Skyler Lehmkuhl 2024-12-18 20:33:05 -05:00
parent dc58de8545
commit 2afe362693
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Lightningbeam", "productName": "Lightningbeam",
"version": "0.6.3-alpha", "version": "0.6.4-alpha",
"identifier": "org.lightningbeam.app", "identifier": "org.lightningbeam.app",
"build": { "build": {
"frontendDist": "../src" "frontendDist": "../src"

View File

@ -1,3 +1,3 @@
{ {
"version": "0.6.3-0" "version": "0.6.4-0"
} }