diff --git a/package.json b/package.json index a16a945..7cef595 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "log-lottery", "private": true, - "version": "0.5.4", + "version": "0.6.0-beta.1", "type": "module", "license": "MIT", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index cc5e089..34a8601 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -77,7 +77,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "app" -version = "0.5.4" +version = "0.6.0-beta.1" dependencies = [ "log", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 477b4e1..0440863 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "app" -version = "0.5.4" +version = "0.6.0-beta.1" description = "A Tauri App" -authors = ["you"] +authors = [ "you" ] license = "" repository = "" edition = "2021" @@ -12,14 +12,18 @@ rust-version = "1.77.2" [lib] name = "app_lib" -crate-type = ["staticlib", "cdylib", "rlib"] +crate-type = [ + "staticlib", + "cdylib", + "rlib" +] [build-dependencies] tauri-build = { version = "2.5.3", features = [] } [dependencies] serde_json = "1.0" -serde = { version = "1.0", features = ["derive"] } +serde = { version = "1.0", features = [ "derive" ] } log = "0.4" -tauri = { version = "2.9.4", features = ["devtools"] } +tauri = { version = "2.9.4", features = [ "devtools" ] } tauri-plugin-log = "2" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d12e962..77d5cc4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "log-lottery", - "version": "0.5.4", + "version": "0.6.0-beta.1", "identifier": "to2026.xyz", "build": { "frontendDist": "../dist", @@ -34,4 +34,4 @@ "icons/icon.ico" ] } -} \ No newline at end of file +}