Skip to content

Commit

Permalink
Release SR2MM 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaloLorn committed Aug 23, 2021
1 parent b3fabea commit b22c268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SR2 Mod Manager v1.1.0
# SR2 Mod Manager v1.2.0

A small, cross-platform tool capable of installing Star Ruler 2 mods uploaded to online Git repositories, such as the ones hosted by GitHub or Bitbucket.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
import javafx.scene.layout.VBox;
import javafx.stage.*;

import java.io.*;
import java.io.File;
import java.io.IOException;
import java.util.List;

public class MainController {
Expand Down Expand Up @@ -351,7 +352,7 @@ protected void succeeded() {
Alert msg = new ResizableAlert(Alert.AlertType.INFORMATION,
"SR2 Mod Manager by Dalo Lorn\n" +
"\n" +
"Version: 1.1.1\n\n" +
"Version: 1.2.0\n\n" +
"GitHub: https://github.com/DaloLorn/SR2ModManager\n" +
"Discord: https://discord.gg/sUJKJDc\n" +
"Patreon: https://patreon.com/rising_stars_sr2");
Expand Down

0 comments on commit b22c268

Please sign in to comment.