Skip to content

Commit 997f6e4

Browse files
committed
Preparing for release 1.0.4
1 parent 06d26df commit 997f6e4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/scripts/GoMudUI/UI_Settings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ui.knownRooms = ui.knownRooms or {}
66

77
ui.settings = ui.settings or {}
88

9-
ui.version = "1.0.3"
9+
ui.version = "1.0.4"
1010
ui.packageName = "GoMudUI"
1111

1212
ui.OSType, ui.OSVersion = getOS()

updater/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ changelog ={
33
[[v1.0.1: Adding auto-map download]],
44
[[v1.0.2: Eq and Inventory done. Room windows almost done. Connection timer in top bar. Affects are done.]],
55
[[v1.0.3: Fixed communication pane, added proper login time.]],
6+
[[v1.0.4: Added support for game engine commands (remove and update). Fixed blank mapper display. Fixed minor annoyance with channels]],
67
}

updater/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3
1+
1.0.4

0 commit comments

Comments
 (0)