Skip to content

Commit

Permalink
Update version to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
kakakaya committed Feb 19, 2024
1 parent d9d0667 commit edd7d08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
//go:embed all:frontend/dist
var assets embed.FS

const Version = "v10"
const Version = "v11"

func main() {
// Create an instance of the app structure
Expand Down
4 changes: 2 additions & 2 deletions wails.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "mazesoba-continent",
"outputfilename": "まぜそば大陸",
"outputfilename": "mazesoba-continent",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
Expand All @@ -13,7 +13,7 @@
"Info": {
"companyName": "kakakaya",
"productName": "まぜそば大陸",
"productVersion": "10.0.0",
"productVersion": "11.0.0",
"copyright": "Copyright 2023-2024 kakakaya",
"comments": "https://github.com/kakakaya/mazesoba-continent"
}
Expand Down

0 comments on commit edd7d08

Please sign in to comment.