Skip to content

Commit

Permalink
v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleretters committed Oct 20, 2021
1 parent 93d9579 commit 9d1bee9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
._*
.DS_Store
._.DS_Store
.fuse*
lib/config_.lua
lib/dev.lua
2 changes: 1 addition & 1 deletion arcologies.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-- k2: play k3: delete
--
--
-- v1.2.7
-- v1.2.8

include("arcologies/lib/includes")

Expand Down
2 changes: 1 addition & 1 deletion lib/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ config = {}
config["settings"] = {
["version_major"] = 1,
["version_minor"] = 2,
["version_patch"] = 7,
["version_patch"] = 8,
["playback"] = 0,
["length"] = 16,
["root"] = 0,
Expand Down

0 comments on commit 9d1bee9

Please sign in to comment.