Skip to content

Commit

Permalink
changed version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LimeGradient committed Jun 15, 2024
1 parent fd2f0f6 commit 01ef21d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions src/ModProfilesPopup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 01ef21d

Please sign in to comment.