Skip to content

Commit

Permalink
v24.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrquantumoff committed Jan 15, 2024
1 parent 7d3af3f commit 74e35e1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
Binary file modified Screenshots/Screenshot 2023-02-03 112742.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Screenshots/Screenshot 2023-02-03 112802.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Screenshots/Screenshot 2023-02-03 233117.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions dev.mrquantumoff.mcmodpackmanager.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
</keywords>
<releases>

<release date="2024-01-15" version="24.1.1">
<description>
<p>A huge design update.</p>
</description>
</release>

<release date="2024-01-13" version="24.1.0">
<description>
<p>Update dependencies and redesign some things related to mods.</p>
Expand Down
5 changes: 4 additions & 1 deletion lib/pages/web/mod/install_mod_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ class _InstallModPageState extends State<InstallModPage> {
List<Widget> dependencies = [
Container(
margin: const EdgeInsets.symmetric(vertical: 48, horizontal: 12),
child: const CircularProgressIndicator(),
child: const Text(
"...",
style: TextStyle(fontSize: 72),
),
),
];
@override
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: quadrant
description: Manage your modpacks with ease!
publish_to: 'none'

version: 24.1.0+0
version: 24.1.1+0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down Expand Up @@ -68,7 +68,7 @@ msix_config:
publisher_display_name: MrQuantumOFF (Demir Yerli)
publisher: CN=010914FC-8843-4963-A3FE-E3E06E6D9F53
identity_name: 58734MrQuantumOFFDemirYer.MinecraftModpackManagerR
msix_version: 24.1.0.0
msix_version: 24.1.1.0
logo_path: .\assets\icons\logo.ico
store: true
protocol-activation: curseforge, mcmodpackmanager
Expand Down

0 comments on commit 74e35e1

Please sign in to comment.