Skip to content

Commit 3a28e50

Browse files
committed
I shouldn't have changed the version number manually, because Actions updates the version number.
1 parent 3004879 commit 3a28e50

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cuuri",
33
"private": true,
4-
"version": "0.2.1",
4+
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "Cuuri"
3-
version = "0.2.1"
3+
version = "0.2.0"
44
description = "Cuuri is a GUI client for ChatGPT built with Tauri, Vue, and TypeScript. "
55
authors = ["takanotume24 <[email protected]>"]
66
edition = "2021"

0 commit comments

Comments
 (0)