Skip to content

Commit 96ace93

Browse files
committed
Version bump
1 parent 167bc7d commit 96ace93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

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

77
<groupId>csv2pdf</groupId>
88
<artifactId>csv2pdf</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0.2</version>
1010

1111
<name>csv2pdf</name>
1212

src/main/java/csv2pdf/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static void main(String[] args) throws ClassNotFoundException, SQLExcepti
6262
System.out.println("| / /__(__ )| |/ / __// /_/ / /_/ / __/ |");
6363
System.out.println("| \\___/____/ |___/____/ .___/\\__,_/_/ |");
6464
System.out.println("| /_/ |");
65-
System.out.println("| v.1.0 |");
65+
System.out.println("| v.1.0.2 |");
6666
System.out.println("·------------------------------------------·");
6767

6868
Options options = new Options();

0 commit comments

Comments
 (0)