Skip to content

Commit

Permalink
Release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch committed Sep 10, 2021
1 parent 8eb29ff commit cd4e31b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

version=0.0.10-SNAPSHOT
version=0.0.10
4 changes: 2 additions & 2 deletions nohttp-gradle/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For example in Groovy:
[source,groovy]
----
plugins {
id "io.spring.nohttp" version "0.0.9"
id "io.spring.nohttp" version "0.0.10"
}
nohttp {
Expand All @@ -31,7 +31,7 @@ Or in Kotlin:
[source,kotlin]
----
plugins {
id("io.spring.nohttp") version "0.0.9"
id("io.spring.nohttp") version "0.0.10"
}
nohttp {
Expand Down

0 comments on commit cd4e31b

Please sign in to comment.