Skip to content

Commit

Permalink
fix: fix release version in reference doc
Browse files Browse the repository at this point in the history
  • Loading branch information
toedter committed Feb 26, 2022
1 parent 34e2555 commit 6d1aeb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6d1aeb3

Please sign in to comment.