Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
stoozey committed Aug 10, 2023
1 parent 642f823 commit 001240b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/__scr_ssave_macros/__scr_ssave_macros.gml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ enum SSAVE_PROTECTION
}

#macro __SSAVE_FILE_EXTENSION "ssave"
#macro __SSAVE_VERSION "1.3.3"
#macro __SSAVE_VERSION "1.4.0"
1 change: 1 addition & 0 deletions scripts/scr_ssave/scr_ssave.gml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ function SSave(_name = "data", _protection = SSAVE_PROTECTION_DEFAULT) construct
switch (_header.get_version())
{
default:
case "1.4.0": // im beginning to think i overengineered this
case "1.3.3":
case "1.3.2":
case "1.3.1":
Expand Down

0 comments on commit 001240b

Please sign in to comment.