Skip to content

Commit

Permalink
chore: bump Pretty Der6y version to 1.2.3
Browse files Browse the repository at this point in the history
- Updated the version of Pretty Der6y from 1.2.2 to 1.2.3 across Cargo.toml, package.json, and tauri.conf.json.
- Reflects minor updates and dependency changes.
  • Loading branch information
yaoshiu committed Oct 20, 2024
1 parent 16fe4da commit b94ad4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion tauri-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretty-der6y",
"version": "1.2.2",
"version": "1.2.3",
"description": "Hachimi hachimi hachimi~",

Check warning on line 4 in tauri-app/package.json

View workflow job for this annotation

GitHub Actions / lint

Unknown word (Hachimi)

Check warning on line 4 in tauri-app/package.json

View workflow job for this annotation

GitHub Actions / lint

Unknown word (hachimi)

Check warning on line 4 in tauri-app/package.json

View workflow job for this annotation

GitHub Actions / lint

Unknown word (hachimi)
"type": "module",
"author": "Fay Ash",
Expand Down
2 changes: 1 addition & 1 deletion tauri-app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pretty-der6y"
version = "1.2.2"
version = "1.2.3"
description = "Hachimi hachimi hachimi~"
authors = ["Fay Ash"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tauri-app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "Pretty Der6y",
"version": "1.2.2",
"version": "1.2.3",
"identifier": "moe.phieash.pretty-der6y",
"build": {
"beforeDevCommand": "deno run dev",
Expand Down

0 comments on commit b94ad4d

Please sign in to comment.