Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlon Rubio de Carvalho Franco committed Sep 11, 2019
1 parent 6298615 commit e628771
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>groupId</groupId>
<artifactId>jcon</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/marlonrcfranco/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static void main(String[] args) {
"\n║ ║ ╠═══╦═══╣ ╚╗ ║║ ║" +
"\n║ ╔═╗ ║ ║ ╔═╣╔═╗║╔╗╚╗║║ ║" +
"\n║ ║ ╚═╝ ║ ╚═╣╚═╝║║╚╗╚╝║ ║" +
"\n║ ╚═════╩═══╩═══╩╝ ╚══╝ v0.1 ║" +
"\n║ ╚═════╩═══╩═══╩╝ ╚══╝ v"+Util.getVersion()+" ║" +
"\n║ @marlonrcfranco ║" +
"\n║ https://github.com/marlonrcfranco/jcon ║" +
"\n║ ║" +
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/com/marlonrcfranco/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ public static byte[] toByteArray(InputStream in) throws IOException {
}
return os.toByteArray();
}

public static String getVersion() {
return "1.0";
}
}
Binary file modified target/classes/com/marlonrcfranco/Main.class
Binary file not shown.
Binary file modified target/classes/com/marlonrcfranco/Util.class
Binary file not shown.
Binary file modified target/jcon.jar
Binary file not shown.

0 comments on commit e628771

Please sign in to comment.