Skip to content

Commit

Permalink
Version changed to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Jan 2, 2013
1 parent 1d34e6f commit 954f298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion trunk/src/com/jpexs/asdec/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class Main {
public static String file;
public static String maskURL;
public static SWF swf;
public static final String version = "1.0.1";
public static final String version = "1.1.0";
public static final String applicationName = "JP ActionScript Decompiler v." + version;
public static final String shortApplicationName = "ASDec";
public static final String shortApplicationVerName = shortApplicationName + " v." + version;
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/com/jpexs/asdec/gui/AboutDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public AboutDialog() {
jpexsLabel.setHorizontalAlignment(SwingConstants.CENTER);
cp.add(jpexsLabel);

JLabel dateLabel = new JLabel("2010-2012");
JLabel dateLabel = new JLabel("2010-2013");
dateLabel.setPreferredSize(new Dimension(300, 10));
dateLabel.setHorizontalAlignment(SwingConstants.CENTER);
cp.add(dateLabel);
Expand Down

0 comments on commit 954f298

Please sign in to comment.