diff --git a/README.md b/README.md
index 0197004..22689b3 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.4-all.jar
+java -ea -jar ./build/libs/simple_jbdd-0.13.5-all.jar
```
## Building with Maven
@@ -54,7 +54,7 @@ Type: build
Type: run with asserts
```shell
-java -ea -jar ./target/simple_jbdd-0.13.4.jar
+java -ea -jar ./target/simple_jbdd-0.13.5.jar
```
## Author
diff --git a/build.gradle b/build.gradle
index 58bb7fd..332ec9f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ plugins {
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."
application {
diff --git a/pom.xml b/pom.xml
index 1138327..fa95951 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
space.kklochko
simple_jbdd
- 0.13.4
+ 0.13.5
jar
simple-jbdd