Skip to content

Commit 95097a2

Browse files
committed
ver: beta.0.3.1
1 parent 65622d8 commit 95097a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>chiloven.xamlsorter</groupId>
77
<artifactId>xaml-sorter-java</artifactId>
8-
<version>Beta.0.3.0</version>
8+
<version>Beta.0.3.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>xamlSorter.Java</name>

src/main/java/chiloven/xamlsorter/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class Main extends Application {
2424

2525
private static final Logger logger = LogManager.getLogger(Main.class);
2626
public static Stage primaryStage;
27-
public static final String version = "Beta.0.3.0";
27+
public static final String version = "Beta.0.3.1";
2828

2929
private static volatile boolean restartRequested = false;
3030

0 commit comments

Comments
 (0)