Skip to content

Commit

Permalink
Merge pull request #43 from jiep/update-version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
jiep authored Dec 25, 2023
2 parents acc4bf9 + 7c62259 commit bad4ff3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified docs/imgs/jmetro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.aebd.jMetro</groupId>
<artifactId>jMetro</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>

<name>jMetro</name>
<url>https://github.com/jiep/jMetro</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/aebd/jMetro/gui/JMetro.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void run() {
* Create the frame.
*/
public JMetro() {
super("JMetro v1.3.6");
super("JMetro");
this.setResizable(false);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setBounds(100, 100, 600, 300);
Expand Down

0 comments on commit bad4ff3

Please sign in to comment.