Skip to content

Commit

Permalink
bump version numbers in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed May 20, 2018
1 parent 203ceaf commit 2b2cb6d
Show file tree
Hide file tree
Showing 3 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 @@ -15,7 +15,7 @@ repositories {
}
dependencies {
testCompile "io.strikt:strikt-core:0.4.1"
testCompile "io.strikt:strikt-core:0.5.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ repositories {
}
dependencies {
testCompile "io.strikt:strikt-core:0.4.1"
testCompile "io.strikt:strikt-core:0.5.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}
dependencies {
testCompile "io.strikt:strikt-core:0.4.1"
testCompile "io.strikt:strikt-core:0.5.1"
}
```

Expand Down

0 comments on commit 2b2cb6d

Please sign in to comment.