From 9d29898c173e437f30700522380a355e4ec016f1 Mon Sep 17 00:00:00 2001 From: hunter2actual Date: Thu, 4 Apr 2024 16:08:27 +0100 Subject: [PATCH] 0.0.0.15 --- DalamudMinesweeper.json | 8 ++++---- DalamudMinesweeper/DalamudMinesweeper.csproj | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DalamudMinesweeper.json b/DalamudMinesweeper.json index d543437..a25084e 100644 --- a/DalamudMinesweeper.json +++ b/DalamudMinesweeper.json @@ -3,7 +3,7 @@ "Author": "hunter2_", "Name": "Minesweeper", "InternalName": "DalamudMinesweeper", - "AssemblyVersion": "0.0.0.14", + "AssemblyVersion": "0.0.0.15", "Description": "Logic puzzle in which you find and flag hidden mines. \nLeft click to uncover a square, right click to place a flag. \nClick a number that has the right amount of adjacent flags to reveal adjacent tiles. \nThe game ends when all mines are flagged and all safe squares have been uncovered. \nClick the smiley face to start a new game.", "ApplicableVersion": "any", "Tags": [ @@ -18,9 +18,9 @@ "LoadPriority": 0, "Punchline": "Classic puzzle game.", "AcceptsFeedback": true, - "DownloadLinkInstall": "https://github.com/hunter2actual/DalamudMinesweeper/releases/download/0.0.0.14/latest.zip", - "DownloadLinkUpdate": "https://github.com/hunter2actual/DalamudMinesweeper/releases/download/0.0.0.14/latest.zip", + "DownloadLinkInstall": "https://github.com/hunter2actual/DalamudMinesweeper/releases/download/0.0.0.15/latest.zip", + "DownloadLinkUpdate": "https://github.com/hunter2actual/DalamudMinesweeper/releases/download/0.0.0.15/latest.zip", "IconUrl": "https://raw.githubusercontent.com/hunter2actual/DalamudMinesweeper/master/images/icon.png", - "Changelog": "Improved tile rendering" + "Changelog": "Added timer and mine counter" } ] \ No newline at end of file diff --git a/DalamudMinesweeper/DalamudMinesweeper.csproj b/DalamudMinesweeper/DalamudMinesweeper.csproj index 692cdbe..be13002 100644 --- a/DalamudMinesweeper/DalamudMinesweeper.csproj +++ b/DalamudMinesweeper/DalamudMinesweeper.csproj @@ -5,7 +5,7 @@ - 0.0.0.14 + 0.0.0.15 A logic puzzle featuring hidden mines. https://github.com/hunter2actual/DalamudMinesweeper