diff --git a/build.gradle b/build.gradle index 28decca..eb8eda8 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ yarn_build.dependsOn yarn_install, yarn_lint //, yarn_test build.dependsOn yarn_build -version = '1.1.1-SNAPSHOT' +version = '1.1.0' configurations { docs diff --git a/doc/index.adoc b/doc/index.adoc index 9cb57cc..96bed95 100644 --- a/doc/index.adoc +++ b/doc/index.adoc @@ -12,7 +12,7 @@ Kai Tödter With HAL Explorer you can explore HAL and HAL-FORMS based RESTful Hypermedia APIs. -(C) 2021 The original authors. +(C) 2022 The original authors. NOTE: Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e750102..41dfb87 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists