diff --git a/Glamourer.zip b/Glamourer.zip
index 760088d..41d3a02 100644
Binary files a/Glamourer.zip and b/Glamourer.zip differ
diff --git a/Glamourer/Glamourer.csproj b/Glamourer/Glamourer.csproj
index a5fe830..4ce5c04 100644
--- a/Glamourer/Glamourer.csproj
+++ b/Glamourer/Glamourer.csproj
@@ -5,11 +5,11 @@
x64
Glamourer
Glamourer
- 0.2.0.27
- 0.2.0.27
+ 1.0.0.0
+ 1.0.0.0
SoftOtter
Glamourer
- Copyright © 2020
+ Copyright © 2023
true
Library
4
diff --git a/Glamourer/Glamourer.json b/Glamourer/Glamourer.json
index 3bdbe55..3d3375a 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.2.0.27",
+ "AssemblyVersion": "1.0.0.0",
"RepoUrl": "https://github.com/Ottermandias/Glamourer",
"ApplicableVersion": "any",
"DalamudApiLevel": 8,
diff --git a/Glamourer/Gui/MainWindow.cs b/Glamourer/Gui/MainWindow.cs
index 33125c7..ab572f0 100644
--- a/Glamourer/Gui/MainWindow.cs
+++ b/Glamourer/Gui/MainWindow.cs
@@ -28,9 +28,9 @@ public class MainWindow : Window, IDisposable
Unlocks = 5,
}
- private readonly Configuration _config;
- private readonly TabSelected _event;
- private readonly ITab[] _tabs;
+ private readonly Configuration _config;
+ private readonly TabSelected _event;
+ private readonly ITab[] _tabs;
public readonly SettingsTab Settings;
public readonly ActorTab Actors;
@@ -51,14 +51,14 @@ public class MainWindow : Window, IDisposable
MinimumSize = new Vector2(700, 675),
MaximumSize = ImGui.GetIO().DisplaySize,
};
- Settings = settings;
- Actors = actors;
- Designs = designs;
- Automation = automation;
- Debug = debugTab;
- Unlocks = unlocks;
- _event = @event;
- _config = config;
+ Settings = settings;
+ Actors = actors;
+ Designs = designs;
+ Automation = automation;
+ Debug = debugTab;
+ Unlocks = unlocks;
+ _event = @event;
+ _config = config;
_tabs = new ITab[]
{
settings,
@@ -136,6 +136,6 @@ public class MainWindow : Window, IDisposable
private static string GetLabel()
=> Glamourer.Version.Length == 0
- ? "Glamourer 2099###GlamourerMainWindow"
- : $"Glamourer 2099 v{Glamourer.Version}###GlamourerMainWindow";
+ ? "Glamourer###GlamourerMainWindow"
+ : $"Glamourer v{Glamourer.Version}###GlamourerMainWindow";
}
diff --git a/GlamourerTest.zip b/GlamourerTest.zip
deleted file mode 100644
index dc67026..0000000
Binary files a/GlamourerTest.zip and /dev/null differ
diff --git a/repo.json b/repo.json
index be28465..b76e45c 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.3.2",
- "TestingAssemblyVersion": "0.2.0.27",
+ "AssemblyVersion": "1.0.0.0",
+ "TestingAssemblyVersion": "1.0.0.0",
"RepoUrl": "https://github.com/Ottermandias/Glamourer",
"ApplicableVersion": "any",
"DalamudApiLevel": 8,
@@ -17,7 +17,7 @@
"LastUpdate": 1618608322,
"DownloadLinkInstall": "https://github.com/Ottermandias/Glamourer/raw/main/Glamourer.zip",
"DownloadLinkUpdate": "https://github.com/Ottermandias/Glamourer/raw/main/Glamourer.zip",
- "DownloadLinkTesting": "https://github.com/Ottermandias/Glamourer/raw/main/GlamourerTest.zip",
+ "DownloadLinkTesting": "https://github.com/Ottermandias/Glamourer/raw/main/Glamourer.zip",
"IconUrl": "https://raw.githubusercontent.com/Ottermandias/Glamourer/main/images/icon.png"
}
]