Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pudingus committed Sep 16, 2020
1 parent f22bdfa commit 16b325b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/max4ds/init.ms
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local set_heapsize = 48 * 1024 * 1024 --48 MiB
if heapsize < set_heapsize then heapsize = set_heapsize

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

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

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

on btnImportExport pressed do
(
Expand Down

0 comments on commit 16b325b

Please sign in to comment.