diff --git a/app/pom.xml b/app/pom.xml index 9d3d46f..3bb4fee 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 2.0.0 + 2.0.1 ../parent/pom.xml diff --git a/app/src/main/java/net/kemitix/thorp/Program.java b/app/src/main/java/net/kemitix/thorp/Program.java index bb28f60..93706ac 100644 --- a/app/src/main/java/net/kemitix/thorp/Program.java +++ b/app/src/main/java/net/kemitix/thorp/Program.java @@ -23,7 +23,7 @@ import java.util.concurrent.atomic.AtomicInteger; public interface Program { - String version = "2.0.0"; + String version = "2.0.1"; String versionLabel = String.format("%sThrop v%s%s", Terminal.white, version, Terminal.reset); diff --git a/cli/pom.xml b/cli/pom.xml index 4b90e80..84cd243 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 2.0.0 + 2.0.1 ../parent/pom.xml diff --git a/config/pom.xml b/config/pom.xml index bb79e5d..42aa425 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 2.0.0 + 2.0.1 ../parent/pom.xml diff --git a/console/pom.xml b/console/pom.xml index d33688c..13c7317 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 2.0.0 + 2.0.1 ../parent/pom.xml diff --git a/domain/pom.xml b/domain/pom.xml index ea70d63..0846f98 100644 --- a/domain/pom.xml +++ b/domain/pom.xml @@ -3,7 +3,7 @@ net.kemitix.thorp thorp-parent - 2.0.0 + 2.0.1 ../parent/pom.xml diff --git a/filesystem/pom.xml b/filesystem/pom.xml index fd18fde..1774b64 100644 --- a/filesystem/pom.xml +++ b/filesystem/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 2.0.0 + 2.0.1 ../parent/pom.xml diff --git a/lib/pom.xml b/lib/pom.xml index d6f0e0e..75c0745 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 2.0.0 + 2.0.1 ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index ab52187..329d256 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,7 +12,7 @@ net.kemitix.thorp thorp-parent - 2.0.0 + 2.0.1 pom diff --git a/pom.xml b/pom.xml index 59a9156..4a02be1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ net.kemitix.thorp thorp-root - 2.0.0 + 2.0.1 pom diff --git a/storage-aws/pom.xml b/storage-aws/pom.xml index 28cfcde..5fdd2ae 100644 --- a/storage-aws/pom.xml +++ b/storage-aws/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 2.0.0 + 2.0.1 ../parent/pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index 86db3ed..c5a07c0 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 2.0.0 + 2.0.1 ../parent/pom.xml diff --git a/uishell/pom.xml b/uishell/pom.xml index 2d3d2c9..0b57d9f 100644 --- a/uishell/pom.xml +++ b/uishell/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 2.0.0 + 2.0.1 ../parent/pom.xml