Skip to content

Commit

Permalink
fix: fix version update in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manosbatsis committed Dec 29, 2023
1 parent af415fc commit 128ac67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In your gradle:

```groovy
testImplementation("com.github.manosbatsis.corda5.testutils:integration-junit5:1.1.0")
testImplementation("com.github.manosbatsis.corda5.testutils:integration-junit5:1.1.1")
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"files": [
"README.md"
],
"from": "${lastRelease.version}",
"to": "${nextRelease.version}",
"from": "\\bintegration-junit5.*",
"to": "integration-junit5:${lastRelease.version}\")",
"countMatches": true
}
]
Expand Down

0 comments on commit 128ac67

Please sign in to comment.