Skip to content

Commit

Permalink
chore: bump version to 0.2.0 and update metadata
Browse files Browse the repository at this point in the history
- Updated the version from 0.1.1 to 0.2.0 in `package.json`, `package-lock.json`, `Cargo.toml`, and `tauri.conf.json`.
- Added additional metadata in `Cargo.toml`, including a more detailed description and author information.
- Capitalized the project name to "Cuuri" in `Cargo.toml` and `Cargo.lock`.
- Removed outdated package information from `Cargo.lock`.
- These changes reflect significant updates to the application, including improvements and potential new features.
  • Loading branch information
takanotume24 committed Dec 3, 2024
1 parent 8967e9a commit 3664432
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cuuri",
"private": true,
"version": "0.1.1",
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
40 changes: 20 additions & 20 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "cuuri"
version = "0.1.1"
description = "A Tauri App"
authors = ["you"]
name = "Cuuri"
version = "0.2.0"
description = "Cuuri is a GUI client for ChatGPT built with Tauri, Vue, and TypeScript. "
authors = ["takanotume24 <[email protected]>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Cuuri",
"version": "0.1.1",
"version": "0.2.0",
"identifier": "com.takanotume24.cuuri",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down

0 comments on commit 3664432

Please sign in to comment.