Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45f8d79

Browse files
committed
Prepare for release 0.2.0
1 parent 3e3cc8c commit 45f8d79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ Add the following to your dependencies:
7878
<dependency>
7979
<groupId>nl.topicus.overheid</groupId>
8080
<artifactId>java-factory-bot</artifactId>
81-
<version>0.2.0-SNAPSHOT</version>
81+
<version>0.2.0</version>
8282
<scope>test</scope>
8383
</dependency>
8484

8585
### Gradle
8686

8787
Add the following line to the dependency section of `build.gradle`
8888

89-
compile "nl.topicus.overheid:java-factory-bot:0.2.0-SNAPSHOT"
89+
compile "nl.topicus.overheid:java-factory-bot:0.2.0"
9090

9191
## Building
9292

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>nl.topicus.overheid</groupId>
88
<artifactId>java-factory-bot</artifactId>
9-
<version>0.2.0-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>java-factory-bot</name>

0 commit comments

Comments
 (0)