Skip to content

Commit

Permalink
bumped version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmxyz committed Dec 16, 2023
1 parent 4381aff commit 27abc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SampleMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Product>SampleMod</Product>
<Description>A sample Resonite Mod</Description>
<Copyright>CC0</Copyright>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<PackageProjectUrl>$(PROJECT_URL)</PackageProjectUrl>
<PackageReleaseNotes>$(RELEASE_NOTES)</PackageReleaseNotes>
<PackageTags>Resonite</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion SampleModRML.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class SampleModRML : ResoniteMod, ISampleMod
{
public override string Name => "SampleMod";
public override string Author => "mpmxyz";
public override string Version => "1.1.0"; //Version of the mod, should match the AssemblyVersion
public override string Version => "1.1.1"; //Version of the mod, should match the AssemblyVersion
public override string Link => "https://github.com/mpmxyz/ResoniteSampleMod";


Expand Down

0 comments on commit 27abc4a

Please sign in to comment.