Skip to content

Commit

Permalink
[Release] Version 1.1.0 (#214)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Roe <[hopeman15@users.noreply.github.com]>
  • Loading branch information
hopeman15 and Kyle Roe authored Oct 5, 2022
1 parent 1099d9a commit b9af928
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.1.0] - October 5th 2022

* Dependency updates
* Housekeeping and general clean up

## [1.0.0] - July 25th 2022

* Auto publishing via CI
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Model Forge is a library to automate model generation for automated testing:

```kotlin
dependencies {
testImplementation("io.github.hellocuriosity:model-forge:1.0.0")
testImplementation("io.github.hellocuriosity:model-forge:1.1.0")
}
```

Expand All @@ -36,7 +36,7 @@ dependencies {

```groovy
dependencies {
testImplementation 'io.github.hellocuriosity:model-forge:1.0.0'
testImplementation 'io.github.hellocuriosity:model-forge:1.1.0'
}
```

Expand All @@ -55,7 +55,7 @@ repositories {
}

dependencies {
testImplementation("io.github.hellocuriosity:model-forge:1.0.0.xx-SNAPSHOT")
testImplementation("io.github.hellocuriosity:model-forge:1.1.0.xx-SNAPSHOT")
}
```

Expand All @@ -70,7 +70,7 @@ repositories {
}
dependencies {
testImplementation 'io.github.hellocuriosity:model-forge:1.0.0.xx-SNAPSHOT'
testImplementation 'io.github.hellocuriosity:model-forge:1.1.0.xx-SNAPSHOT'
}
```

Expand Down

0 comments on commit b9af928

Please sign in to comment.