Skip to content

Commit

Permalink
chore: bump version to 1.2.2 post migration to Deno
Browse files Browse the repository at this point in the history
- Incremented version from 1.2.1 to 1.2.2 in package.json, Cargo.toml, and tauri.conf.json
- Version bump follows the migration from Bun to Deno
  • Loading branch information
yaoshiu committed Oct 19, 2024
1 parent 7327a76 commit 0e66647
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1",
"version": "1.2.2",
"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.1"
version = "1.2.2"
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.1",
"version": "1.2.2",
"identifier": "moe.phieash.pretty-der6y",
"build": {
"beforeDevCommand": "deno run dev",
Expand Down

0 comments on commit 0e66647

Please sign in to comment.