Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gherynos committed Sep 8, 2021
1 parent c697555 commit 9cbe272
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.nharyes</groupId>
<artifactId>secrete</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<name>Secrete</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/nharyes/secrete/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public final class Main { // NOPMD
/*
* Version
*/
public static final String VERSION = "1.0.2";
public static final String VERSION = "1.0.3";

/*
* Constants
Expand Down

0 comments on commit 9cbe272

Please sign in to comment.