chore: bump version to 0.1.1

This commit is contained in:
2025-12-19 20:51:13 +08:00
parent 75c26d479a
commit 8389007021
4 changed files with 4 additions and 4 deletions

View File

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

2
src-tauri/Cargo.lock generated
View File

@@ -3555,7 +3555,7 @@ dependencies = [
[[package]] [[package]]
name = "refvroid" name = "refvroid"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"arboard", "arboard",
"base64 0.22.1", "base64 0.22.1",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "refvroid" name = "refvroid"
version = "0.1.0" version = "0.1.1"
description = "RefVroid - Animation Reference Desktop App" description = "RefVroid - Animation Reference Desktop App"
authors = ["you"] authors = ["you"]
edition = "2021" edition = "2021"

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "RefVroid", "productName": "RefVroid",
"version": "0.1.0", "version": "0.1.1",
"identifier": "com.refvroid.app", "identifier": "com.refvroid.app",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",