Skip to content

Commit

Permalink
v2.1.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadnix-was-taken committed Nov 7, 2019
1 parent 516844a commit f6e796a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("a2d66447-9928-4292-9a82-87abbaa401ff")]

[assembly: AssemblyVersion("2.1.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
[assembly: AssemblyVersion("2.1.2.0")]
[assembly: AssemblyFileVersion("2.1.2.0")]
5 changes: 4 additions & 1 deletion Settings/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,12 @@ private static void UpdateConfig()
Scale.TweakEnabled = true;
Scale.ScaleHitBox = true;
}
ConfigVersion = latestVersion;
ConfigVersion = 3;
}
// Add future updates here

// Updater done - set to latest version and save
ConfigVersion = latestVersion;
Save();
}

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"#![SaberTailor.Resources.description.md]",
"Customize stuff about your sabers"
],
"gameVersion": "1.4.2",
"gameVersion": "1.5.0",
"icon": "SaberTailor.Resources.icon.png",
"id": "SaberTailor",
"name": "SaberTailor",
"version": "2.1.1",
"version": "2.1.2",
"dependsOn": {
"BSIPA": "^3.12.23",
"CustomUI": "^1.6.0",
Expand Down

0 comments on commit f6e796a

Please sign in to comment.