Skip to content

Commit

Permalink
Build: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phucngo2 committed Aug 10, 2024
1 parent a44e7fe commit bbb6479
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "minesweeper",
"homepage": "https://phucngo2.github.io/react-minesweeper/",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "minesweeper"
version = "1.0.0"
description = "A Tauri App"
version = "1.1.0"
description = "Just a Minesweeper game!"
authors = ["you"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Minesweeper",
"version": "1.0.0",
"version": "1.1.0",
"identifier": "com.hoshiyomi.minesweeper",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down

0 comments on commit bbb6479

Please sign in to comment.