diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 210b0c1..5d00130 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2370,7 +2370,7 @@ dependencies = [ [[package]] name = "lrcget" -version = "0.5.0" +version = "1.0.0-beta.1" dependencies = [ "anyhow", "collapse", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index cdac8f5..7e3d64e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lrcget" -version = "0.5.0" +version = "1.0.0-beta.1" description = "Utility for mass-downloading LRC synced lyrics for your offline music library." authors = ["tranxuanthang"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c1687e6..6519fd0 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -72,4 +72,4 @@ "csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost; media-src *; connect-src ipc: http://ipc.localhost 'self' asset: *; style-src 'unsafe-inline' 'self'" } } -} \ No newline at end of file +} diff --git a/src/components/About.vue b/src/components/About.vue index 71ecadd..173e019 100644 --- a/src/components/About.vue +++ b/src/components/About.vue @@ -5,79 +5,86 @@ @close="emit('close')" >