From edd7d08416719f0f8bfdc95f4aa75edd60451c76 Mon Sep 17 00:00:00 2001 From: kakakaya Date: Mon, 19 Feb 2024 23:59:04 +0900 Subject: [PATCH] Update version to v11 --- main.go | 2 +- wails.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index 132dd31..45236f2 100644 --- a/main.go +++ b/main.go @@ -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 diff --git a/wails.json b/wails.json index b9e3936..5a2f4a5 100644 --- a/wails.json +++ b/wails.json @@ -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", @@ -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" }