Skip to content

Commit

Permalink
Release 0.3.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
seongahjo committed Jun 21, 2022
1 parent 218cc44 commit abb7806
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.4")
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.3.5")
```

### Maven
Expand All @@ -83,7 +83,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.3.4")
<dependency>
<groupId>com.navercorp.fixturemonkey</groupId>
<artifactId>fixture-monkey-starter</artifactId>
<version>0.3.4</version>
<version>0.3.5</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.5-SNAPSHOT"
version = "0.3.5"
}

subprojects {
Expand Down

0 comments on commit abb7806

Please sign in to comment.