Skip to content

Commit

Permalink
Added ReleaseIt and Archiver for faster deployment of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtyredz committed Dec 4, 2018
1 parent a682c09 commit b93602b
Show file tree
Hide file tree
Showing 5 changed files with 5,310 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Thumbs.db
*.zip
/node_modules
2 changes: 1 addition & 1 deletion mods/MoveUI/config/MoveUIConfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MoveUIConfig.Author = "Dirtyredz"
MoveUIConfig.ModName = "[MoveUI]"

MoveUIConfig.version = {
major=2, minor=1, patch = 0,
major=2, minor=2, patch = 0,
string = function()
return Config.version.major .. '.' ..
Config.version.minor .. '.' ..
Expand Down
Loading

0 comments on commit b93602b

Please sign in to comment.