bump version & change name

This commit is contained in:
Triston Armstrong 2024-03-17 15:18:49 -05:00
parent 13da06a270
commit b1edddeb6e
3 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "big-word", "name": "big-word",
"private": true, "private": true,
"version": "0.0.0", "version": "0.1.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

20
src-tauri/Cargo.lock generated
View File

@ -2,6 +2,16 @@
# It is not intended for manual editing. # It is not intended for manual editing.
version = 3 version = 3
[[package]]
name = "KlectrRadio"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build",
]
[[package]] [[package]]
name = "addr2line" name = "addr2line"
version = "0.21.0" version = "0.21.0"
@ -119,16 +129,6 @@ version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "big-word"
version = "0.0.0"
dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build",
]
[[package]] [[package]]
name = "bitflags" name = "bitflags"
version = "1.3.2" version = "1.3.2"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "big-word" name = "KlectrRadio"
version = "0.0.0" version = "0.1.0"
description = "A Tauri App" description = "Your own personal radio app for Klecting the stations you love"
authors = ["you"] authors = ["you"]
edition = "2021" edition = "2021"