Skip to content

Commit 8d04f10

Browse files
chore: bump to 0.5.5
1 parent 3919007 commit 8d04f10

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h3>🎵 Majdata Hub</h3>
77
<p>一个用于管理 MajdataPlay 谱面和皮肤的桌面应用</p>
88

9-
![Version](https://img.shields.io/badge/version-0.4.0-blue.svg)
9+
![Version](https://img.shields.io/badge/version-0.5.5-blue.svg)
1010
![License](https://img.shields.io/badge/license-MIT-green.svg)
1111
![Tauri](https://img.shields.io/badge/Tauri-2.0-orange.svg)
1212
![React](https://img.shields.io/badge/React-19-61dafb.svg)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "majdata-hub",
33
"private": true,
4-
"version": "0.4.0",
4+
"version": "0.5.5",
55
"type": "module",
66
"scripts": {
77
"dev": "tauri dev",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "majdata-hub"
3-
version = "0.4.0"
3+
version = "0.5.5"
44
description = "A Tauri App"
55
authors = ["KirisameVanilla"]
66
edition = "2021"

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": "https://schema.tauri.app/config/2",
33
"productName": "Majdata Hub",
4-
"version": "0.4.0",
4+
"version": "0.5.5",
55
"identifier": "com.kirisamevanilla.majdata-hub",
66
"build": {
77
"beforeDevCommand": "pnpm vite:dev",

0 commit comments

Comments
 (0)