Update the version.

main
KKlochko 2 years ago
parent 82d8b4db8d
commit 5427de414f

@ -31,7 +31,7 @@ Type: build
Type: run with asserts Type: run with asserts
```shell ```shell
java -ea -jar ./build/libs/simple_jbdd-0.13.4-all.jar java -ea -jar ./build/libs/simple_jbdd-0.13.5-all.jar
``` ```
## Building with Maven ## Building with Maven
@ -54,7 +54,7 @@ Type: build
Type: run with asserts Type: run with asserts
```shell ```shell
java -ea -jar ./target/simple_jbdd-0.13.4.jar java -ea -jar ./target/simple_jbdd-0.13.5.jar
``` ```
## Author ## Author

@ -4,7 +4,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '7.1.2' id 'com.github.johnrengelman.shadow' version '7.1.2'
} }
version = "0.13.4" version = "0.13.5"
description = "simple-jbdd is a simple BDD testing framework for Java." description = "simple-jbdd is a simple BDD testing framework for Java."
application { application {

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>space.kklochko</groupId> <groupId>space.kklochko</groupId>
<artifactId>simple_jbdd</artifactId> <artifactId>simple_jbdd</artifactId>
<version>0.13.4</version> <version>0.13.5</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>simple-jbdd</name> <name>simple-jbdd</name>

Loading…
Cancel
Save