Skip to content

Commit 18464b9

Browse files
committed
version 2.1.3
1 parent 192ee6a commit 18464b9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ Create an Issue or a Pull Request if you want to contribute to the project.
124124

125125
### Updates
126126

127+
* 2.1.3
128+
* Minor changes to code structure
129+
127130
* 2.1.2
128131
* Fixed problem where xml tags were in the wrong case in the `new_config.xml`
129132

pom.xml

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

55
<groupId>com.simtechdata</groupId>
66
<artifactId>Migration</artifactId>
7-
<version>2.1.2</version>
7+
<version>2.1.3</version>
88
<packaging>jar</packaging>
99

1010
<name>Migration</name>

src/main/java/com/simtechdata/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ private static void processArgs(String[] args) {
378378
isCheck = true;
379379
}
380380
case "v", "version", "--version", "-v", "-version" -> {
381-
System.out.println("2.1.2");
381+
System.out.println("2.1.3");
382382
System.exit(0);
383383
}
384384
case "?", "--help", "-help", "help" -> help();

0 commit comments

Comments
 (0)