Skip to content

Commit 365f38b

Browse files
committed
fix: use numeric version (0.99.1) for MSI/NSIS compatibility
MSI installer doesn't support semver pre-release identifiers. Git tag remains v1.0.0-alpha.1 for the release name.
1 parent dec19c8 commit 365f38b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xplorer"
3-
version = "1.0.0-alpha.1"
3+
version = "0.99.1"
44
description = "A modern file explorer built with Tauri"
55
authors = ["Justin Maximillian Kimlim"]
66
license = "AGPL-3.0"

apps/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "Xplorer",
3-
"version": "1.0.0-alpha.1",
3+
"version": "0.99.1",
44
"identifier": "com.xplorer.app",
55
"build": {
66
"frontendDist": "../client/dist",

0 commit comments

Comments
 (0)