This commit is contained in:
Michael Zhang 2023-06-15 01:08:52 -05:00
parent e9ab93557a
commit 0edff29b8c
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"name": "houhou",
"private": true,
"version": "0.1.0-rc2",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",

2
src-tauri/Cargo.lock generated
View file

@ -1635,7 +1635,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "houhou"
version = "0.1.0-rc2"
version = "0.1.0"
dependencies = [
"anyhow",
"base64 0.21.2",

View file

@ -1,6 +1,6 @@
[package]
name = "houhou"
version = "0.1.0-rc2"
version = "0.1.0"
description = "Houhou SRS"
authors = ["Michael Zhang <mail@mzhang.io>"]
license = ""

View file

@ -8,7 +8,7 @@
},
"package": {
"productName": "houhou",
"version": "0.1.0-rc2"
"version": "0.1.0"
},
"tauri": {
"allowlist": {