Skip to content

Commit

Permalink
Merge pull request #40 from kakakaya/release/v12
Browse files Browse the repository at this point in the history
v12
  • Loading branch information
kakakaya authored Feb 21, 2024
2 parents 00b9e1f + 1fa29a5 commit 58aeac7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
fail-fast: false
matrix:
build:
- name: 'mazesoba-continent'
- name: 'mazesoba-continent-linux'
platform: 'linux/amd64'
os: 'ubuntu-latest'
- name: 'mazesoba-continent'
- name: 'mazesoba-continent-windows'
platform: 'windows/amd64'
os: 'windows-latest'
- name: 'mazesoba-continent'
- name: 'mazesoba-continent-macos'
platform: 'darwin/universal'
os: 'macos-latest'

Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
# Dependency directories (remove the comment below to include it)
# vendor/
node_modules
/build/
/frontend/build/
/build/bin
/build/windows
/frontend/build/
File renamed without changes
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 = "v11"
const Version = "v12"

func main() {
// Create an instance of the app structure
Expand Down
2 changes: 1 addition & 1 deletion wails.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Info": {
"companyName": "kakakaya",
"productName": "まぜそば大陸",
"productVersion": "11.0.0",
"productVersion": "12.0.0",
"copyright": "Copyright 2023-2024 kakakaya",
"comments": "https://github.com/kakakaya/mazesoba-continent"
}
Expand Down

0 comments on commit 58aeac7

Please sign in to comment.