Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pudingus committed Nov 18, 2020
1 parent 3e8ad19 commit f830fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/max4ds/init.ms
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local set_heapsize = 64 * 1024 * 1024 --64 MiB
if heapsize < set_heapsize then heapsize = set_heapsize

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

global MafiaTools_ImpExpSettings
Expand Down Expand Up @@ -72,7 +72,7 @@ fn MafiaTools_PostReset = (


fn MafiaTools_PreSave = (
setAppData rootNode 3298216 "0.7.0"
setAppData rootNode 3298216 "1"
)

callbacks.removeScripts #filePreSave id:#MafiaTools
Expand Down

0 comments on commit f830fb4

Please sign in to comment.