Skip to content

Commit 4bec4a3

Browse files
committed
ver: beta.0.3.0
1 parent 66af4e4 commit 4bec4a3

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.2.1</version>
8+
<version>Beta.0.3.0</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
@@ -21,7 +21,7 @@ public class Main extends Application {
2121

2222
private static final Logger logger = LogManager.getLogger(Main.class);
2323
public static Stage primaryStage;
24-
public static String version = "Beta.0.2.1";
24+
public static String version = "Beta.0.3.0";
2525

2626
public static void main(String[] args) {
2727
launch(args);

0 commit comments

Comments
 (0)