Update the version.

main
KKlochko 2 years ago
parent 8cdb151357
commit d06a76e1e3

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

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

Loading…
Cancel
Save