Skip to content

Commit 4698dd0

Browse files
committed
v0.2.0
1 parent 1dee222 commit 4698dd0

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"tauri": "tauri",
1010
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src"
1111
},
12-
"license": "MIT",
1312
"dependencies": {
1413
"@fontsource-variable/inter": "^5.0.5",
1514
"@rspc/client": "^0.1.3",

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "ronix"
3-
version = "0.0.0"
4-
description = "A Tauri App"
5-
authors = ["you"]
6-
license = ""
7-
repository = ""
3+
version = "0.2.0"
4+
description = "Music Player and Library Manager"
5+
authors = ["Matvey Ryabchikov"]
86
edition = "2021"
7+
repository = "https://github.com/ronanru/ronix.git"
8+
license = "AGPL-3.0"
99

1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "ronix",
11-
"version": "0.1.0"
11+
"version": "0.2.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)