diff --git a/About/About.xml b/About/About.xml index d85d871..3f0f7ab 100644 --- a/About/About.xml +++ b/About/About.xml @@ -22,7 +22,7 @@ Recently used commands will be immediately shown. Type a few letters to show com None <size=24>Version</size> -This is version 1.1.47, for RimWorld 1.1.2610. +This is version 1.2.48, for RimWorld 1.1.2610. https://steamcommunity.com/id/Fluffy/myworkshopfiles/?appid=294100 diff --git a/Assemblies/CommandPalette.dll b/Assemblies/CommandPalette.dll index 90757b6..f24d9f6 100644 Binary files a/Assemblies/CommandPalette.dll and b/Assemblies/CommandPalette.dll differ diff --git a/Readme.md b/Readme.md index 213dc28..5819c6c 100644 --- a/Readme.md +++ b/Readme.md @@ -40,4 +40,4 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl [![I Have a Black Dog](https://i.ibb.co/ss59Rwy/New-Project-2.png)](https://www.youtube.com/watch?v=XiCrniLQGYc) # Version -This is version 1.1.47, for RimWorld 1.1.2610. \ No newline at end of file +This is version 1.2.48, for RimWorld 1.1.2610. \ No newline at end of file diff --git a/Source/ModConfig.json b/Source/ModConfig.json index 79330d8..790fb33 100644 --- a/Source/ModConfig.json +++ b/Source/ModConfig.json @@ -2,15 +2,23 @@ "name": "Command Palette", "version": { "major": 1, - "minor": 1, - "build": 47 + "minor": 2, + "build": 48 }, "git_user": "fluffy-mods", "git_repo": "CommandPalette", "visibility": 0, "packageId": "fluffy.commandpalette", - "changenote": "", - "changenotes": [], + "changenote": "2020-04-25 :: Fluffy :: update desciption, fix nullref in equality comparer", + "changenotes": [ + { + "repo": "CommandPalette", + "hash": "a345bfd96f59f765d57de86154f0ee2d8c02e0b2", + "date": "2020-04-25", + "author": "Fluffy", + "message": "update desciption, fix nullref in equality comparer" + } + ], "contributors": {}, "tags": [ "1.1" diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index 448ccca..6c09087 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyFileVersion("1.1.47")] +[assembly: AssemblyFileVersion("1.2.48")]