We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022e46c commit d3edd24Copy full SHA for d3edd24
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "MangaYouKnow"
3
-version = "0.9.32"
+version = "0.9.31"
4
description = "A manga app!"
5
authors = ["ReiLoko4"]
6
license = "MIT"
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "MangaYouKnow",
- "version": "0.9.32",
+ "version": "0.9.31",
"identifier": "com.mangayouknow.dev",
"build": {
7
"frontendDist": "../build",
0 commit comments