diff --git a/About/About.xml b/About/About.xml index daea58e..df99e92 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.6.103, for RimWorld 1.1.2624. +This is version 1.7.104, for RimWorld 1.1.2624. https://ludeon.com/forums/index.php?topic=16120 diff --git a/About/Manifest.xml b/About/Manifest.xml index e17d956..3894845 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,6 +1,6 @@ - 1.6.102 + 1.7.104 https://raw.githubusercontent.com/fluffy-mods/CommandPalette/1.1/About/Manifest.xml - https://github.com/fluffy-mods/CommandPalette/releases/v1.6.102 + https://github.com/fluffy-mods/CommandPalette/releases/v1.7.104 \ No newline at end of file diff --git a/Assemblies/BetterKeybinding.dll b/Assemblies/BetterKeybinding.dll index 7d66b48..43c17ca 100644 Binary files a/Assemblies/BetterKeybinding.dll and b/Assemblies/BetterKeybinding.dll differ diff --git a/Assemblies/CommandPalette.dll b/Assemblies/CommandPalette.dll index 9fe6b0e..b748960 100644 Binary files a/Assemblies/CommandPalette.dll and b/Assemblies/CommandPalette.dll differ diff --git a/Readme.md b/Readme.md index 4cd5c92..19086c4 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.6.103, for RimWorld 1.1.2624. \ No newline at end of file +This is version 1.7.104, for RimWorld 1.1.2624. \ No newline at end of file diff --git a/Source/ModConfig.json b/Source/ModConfig.json index 0ff4780..c65e8ab 100644 --- a/Source/ModConfig.json +++ b/Source/ModConfig.json @@ -2,15 +2,23 @@ "name": "Command Palette", "version": { "major": 1, - "minor": 6, - "build": 103 + "minor": 7, + "build": 104 }, "git_user": "fluffy-mods", "git_repo": "CommandPalette", "visibility": 0, "packageId": "fluffy.commandpalette", - "changenote": "", - "changenotes": [], + "changenote": "2020-05-15 22:05 :: Fluffy :: another attempt at fixing duped key errors in designator by category caching", + "changenotes": [ + { + "repo": "CommandPalette", + "hash": "bf8168b887e493bc2ec263a2025a22f4e7d4b0dc", + "date": "2020-05-15 22:05", + "author": "Fluffy", + "message": "another attempt at fixing duped key errors in designator by category caching" + } + ], "contributors": {}, "attributions": { "icons in preview image": { diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index b5fdf23..60f2eed 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.6.103")] +[assembly: AssemblyFileVersion("1.7.104")]