Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Feb 16, 2020
1 parent 12ce112 commit 2fb0dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ REM Zipping contents
powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::CreateFromDirectory('build', 'Chess-Pawns-#.#.#.zip'); }"

REM Removing build directory
RMDIR /q /s build
2 changes: 1 addition & 1 deletion scripts/init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = {
id = "Knight_Chess",
name = "Chess Pawns",
version = "0.0.2",
version = "1.0.0",
requirements = {},
icon = "img/icon.png",
}
Expand Down

0 comments on commit 2fb0dee

Please sign in to comment.