diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 0817c98..32ed364 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mangalord" -version = "0.11.1" +version = "0.12.0" edition = "2021" [lib] diff --git a/frontend/package.json b/frontend/package.json index f84b172..4b5070a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "mangalord-frontend", - "version": "0.11.1", + "version": "0.12.0", "private": true, "type": "module", "scripts": { diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index 5e006b2..3b4922e 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -1,6 +1,7 @@