Skip to content

Commit d3edd24

Browse files
committed
BUILD: some fixes
1 parent 022e46c commit d3edd24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "MangaYouKnow"
3-
version = "0.9.32"
3+
version = "0.9.31"
44
description = "A manga app!"
55
authors = ["ReiLoko4"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "MangaYouKnow",
4-
"version": "0.9.32",
4+
"version": "0.9.31",
55
"identifier": "com.mangayouknow.dev",
66
"build": {
77
"frontendDist": "../build",

0 commit comments

Comments
 (0)