From ec1053741e2e84bfe9e6670b173bbc7b5eef4f80 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Thu, 19 Oct 2023 13:28:36 +0300 Subject: [PATCH] Update the version. --- README.md | 4 ++-- build.gradle | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3830b0..ad0a605 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Type: build Type: run with asserts ```shell -java -ea -jar ./build/libs/simple_jbdd-0.13.2-all.jar +java -ea -jar ./build/libs/simple_jbdd-0.13.4-all.jar ``` ## Building with Maven @@ -54,7 +54,7 @@ Type: build Type: run with asserts ```shell -java -ea -jar ./target/simple_jbdd-0.13.2.jar +java -ea -jar ./target/simple_jbdd-0.13.4.jar ``` ## Building with Maven diff --git a/build.gradle b/build.gradle index a4bd10a..58bb7fd 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'com.github.johnrengelman.shadow' version '7.1.2' } -version = "0.13.2" +version = "0.13.4" description = "simple-jbdd is a simple BDD testing framework for Java." application { diff --git a/pom.xml b/pom.xml index 1611bf3..1138327 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 space.kklochko simple_jbdd - 0.13.2 + 0.13.4 jar simple-jbdd