From 01ef21d6974b5b4b8bc23be0b35d9ec2d255ed70 Mon Sep 17 00:00:00 2001 From: LimeGradient <87611796+LimeGradient@users.noreply.github.com> Date: Sat, 15 Jun 2024 18:38:03 -0400 Subject: [PATCH] changed version + changelog --- changelog.md | 3 +++ mod.json | 2 +- src/ModProfilesPopup.cpp | 3 +-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 425e836..3ffef92 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +# v1.1.1 +* Ported to GD 2.206 + # v1.1.0 * Optimized Mod Downloading Further (No longer lags while downloading) * Added Discord Button diff --git a/mod.json b/mod.json index 2a9fa58..a64382c 100644 --- a/mod.json +++ b/mod.json @@ -5,7 +5,7 @@ "win": "2.206", "mac": "2.206" }, - "version": "v1.2.0", + "version": "v1.1.1", "id": "limegradient.modprofiles", "name": "Mod Profiles", "developer": "LimeGradient", diff --git a/src/ModProfilesPopup.cpp b/src/ModProfilesPopup.cpp index c147bc5..d9da445 100644 --- a/src/ModProfilesPopup.cpp +++ b/src/ModProfilesPopup.cpp @@ -146,9 +146,8 @@ void exportFilePick(FileTask::Event* e) { } out.close(); - - geode::Notification::create("Success! Created Profile!", geode::NotificationIcon::Success)->show(); } + geode::Notification::create("Success! Created Profile!", geode::NotificationIcon::Success)->show(); } } else if (e->isCancelled()) { FLAlertLayer::create("Mod Profiles", "Failed to create profile\nFile Operation Canceled", "Ok")->show();