diff --git a/Glamourer.zip b/Glamourer.zip
index 7f1886c..17adccb 100644
Binary files a/Glamourer.zip and b/Glamourer.zip differ
diff --git a/Glamourer/Designs/FixedDesigns.cs b/Glamourer/Designs/FixedDesigns.cs
index 28163d3..26bd900 100644
--- a/Glamourer/Designs/FixedDesigns.cs
+++ b/Glamourer/Designs/FixedDesigns.cs
@@ -127,7 +127,7 @@ namespace Glamourer.Designs
if (!EnabledDesigns.TryGetValue(name, out var designs))
return;
- var applicableDesigns = designs.OrderBy(d => d.Jobs.Count).Where(d => d.Jobs.Fits(character.ClassJob.Id));
+ var applicableDesigns = designs.OrderByDescending(d => d.Jobs.Count).Where(d => d.Jobs.Fits(character.ClassJob.Id));
var designApplied = false;
foreach (var design in applicableDesigns) {
diff --git a/Glamourer/Glamourer.csproj b/Glamourer/Glamourer.csproj
index ddc6922..9b6b642 100644
--- a/Glamourer/Glamourer.csproj
+++ b/Glamourer/Glamourer.csproj
@@ -5,8 +5,8 @@
x64
Glamourer
Glamourer
- 0.1.1.4
- 0.1.1.4
+ 0.1.1.5
+ 0.1.1.5
SoftOtter
Glamourer
Copyright © 2020
diff --git a/Glamourer/Glamourer.json b/Glamourer/Glamourer.json
index e85e143..8a628d1 100644
--- a/Glamourer/Glamourer.json
+++ b/Glamourer/Glamourer.json
@@ -5,7 +5,7 @@
"Description": "Adds functionality to change and store appearance of players, customization and equip. Requires Penumbra to be installed and activated to work. Can also add preview options to the Changed Items tab for Penumbra.",
"Tags": [ "Appearance", "Glamour", "Race", "Outfit", "Armor", "Clothes", "Skins", "Customization", "Design", "Character" ],
"InternalName": "Glamourer",
- "AssemblyVersion": "0.1.1.4",
+ "AssemblyVersion": "0.1.1.5",
"RepoUrl": "https://github.com/Ottermandias/Glamourer",
"ApplicableVersion": "any",
"DalamudApiLevel": 8,
diff --git a/repo.json b/repo.json
index a551637..a37e3db 100644
--- a/repo.json
+++ b/repo.json
@@ -6,8 +6,8 @@
"Description": "Adds functionality to change and store appearance of players, customization and equip. Requires Penumbra to be installed and activated to work. Can also add preview options to the Changed Items tab for Penumbra.",
"Tags": [ "Appearance", "Glamour", "Race", "Outfit", "Armor", "Clothes", "Skins", "Customization", "Design", "Character" ],
"InternalName": "Glamourer",
- "AssemblyVersion": "0.1.1.4",
- "TestingAssemblyVersion": "0.1.1.4",
+ "AssemblyVersion": "0.1.1.5",
+ "TestingAssemblyVersion": "0.1.1.5",
"RepoUrl": "https://github.com/Ottermandias/Glamourer",
"ApplicableVersion": "any",
"DalamudApiLevel": 8,