bump version & change name
This commit is contained in:
parent
13da06a270
commit
b1edddeb6e
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "big-word",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
20
src-tauri/Cargo.lock
generated
20
src-tauri/Cargo.lock
generated
@ -2,6 +2,16 @@
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "KlectrRadio"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri",
|
||||
"tauri-build",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "addr2line"
|
||||
version = "0.21.0"
|
||||
@ -119,16 +129,6 @@ version = "0.21.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
||||
|
||||
[[package]]
|
||||
name = "big-word"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri",
|
||||
"tauri-build",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
version = "1.3.2"
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "big-word"
|
||||
version = "0.0.0"
|
||||
description = "A Tauri App"
|
||||
name = "KlectrRadio"
|
||||
version = "0.1.0"
|
||||
description = "Your own personal radio app for Klecting the stations you love"
|
||||
authors = ["you"]
|
||||
edition = "2021"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user