Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pudingus committed Sep 22, 2020
1 parent 43fa98d commit 014cd83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/max4ds/init.ms
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(
local set_heapsize = 48 * 1024 * 1024 --48 MiB
local set_heapsize = 64 * 1024 * 1024 --64 MiB
if heapsize < set_heapsize then heapsize = set_heapsize

global MafiaTools_version = "v0.5.0"
global MafiaTools_version = "v0.5.1"
global MafiaTools_scriptsPath = getFilenamePath (getThisScriptFilename())

global MafiaTools_ImpExpSettings
Expand Down
6 changes: 5 additions & 1 deletion scripts/max4ds/ui_utility.ms
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ utility MafiaTools "Max 4ds Tools"
button btnConvertSkeleton "Convert old skeleton..." align:#left

label lblAuthor "by pudingus" offset:[0,20]
label lblVersion "v0.5.0"
label lblVersion "version"

on MafiaTools open do (
lblVersion.text = ::MafiaTools_version
)

on btnImportExport pressed do
(
Expand Down

0 comments on commit 014cd83

Please sign in to comment.