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", "name": "houhou",
"private": true, "private": true,
"version": "0.1.0-rc2", "version": "0.1.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

2
src-tauri/Cargo.lock generated
View file

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

View file

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

View file

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