Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KonoTyran committed Dec 7, 2022
1 parent fe15eac commit f8c185c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.alttprleague</groupId>
<artifactId>restreamtool</artifactId>
<version>3.0</version>
<version>3.1</version>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/alttprleague/LeagueRestreamTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class LeagueRestreamTool {

public static void main(String[] args) throws IOException {
var restreamTool = new LeagueRestreamTool();
window = new JFrame("League Restream Tool V3");
window = new JFrame("League Restream Tool V3.1");
URL iconURL = LeagueRestreamTool.class.getResource("/LeagueLogo.png");
window.setIconImage(ImageIO.read(iconURL));
window.setContentPane(restreamTool.pMain);
Expand Down

0 comments on commit f8c185c

Please sign in to comment.