Update the version.
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user