Skip to content

Commit f732433

Browse files
committed
Fix version format for MSI and Rust crate name
1 parent c83d57e commit f732433

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "relwave",
33
"private": true,
4-
"version": "0.1.0-beta.1",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "RelWave"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A beautiful database management tool"
55
authors = ["you"]
66
edition = "2021"
77

88
[lib]
9-
name = "RelWave_lib"
9+
name = "relwave_lib"
1010
crate-type = ["staticlib", "cdylib", "rlib"]
1111

1212
[build-dependencies]

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",
33
"productName": "RelWave",
4-
"version": "0.1.0-beta.1",
4+
"version": "0.1.1",
55
"identifier": "com.yashs.RelWave",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)