Skip to content

Commit

Permalink
Release 0.3.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
seongahjo committed Mar 21, 2022
1 parent 21d5371 commit 8be4d52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void test() {
### Gradle

```groovy
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.3.2")
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.3.3")
```

### Maven
Expand All @@ -83,7 +83,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.3.2")
<dependency>
<groupId>com.navercorp.fixturemonkey</groupId>
<artifactId>fixture-monkey-starter</artifactId>
<version>0.3.2</version>
<version>0.3.3</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
}

group = "com.navercorp.fixturemonkey"
version = "0.3.3-SNAPSHOT"
version = "0.3.3"
}

subprojects {
Expand Down

0 comments on commit 8be4d52

Please sign in to comment.