Skip to content

Commit

Permalink
chore: release version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toedter committed Apr 12, 2021
1 parent 8c0a76d commit 3d86df0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ Maven:
<dependency>
<groupId>org.webjars</groupId>
<artifactId>hal-explorer</artifactId>
<version>0.15.0</version>
<version>0.16.0</version>
</dependency>

Gradle:
[source, Groovy]
compile 'org.webjars:hal-explorer:0.15.0'
compile 'org.webjars:hal-explorer:0.16.0'

When you use the WebJar with Spring Boot, you can access the HAL Explorer at `/webjars/hal-explorer/0.15.0/index.html`.
When you use the WebJar with Spring Boot, you can access the HAL Explorer at `/webjars/hal-explorer/0.16.0/index.html`.
The easiest way to integrate the upstream version of HAL Explorer into your backend would be to clone this Git repo,
do a production build and then copy the content of the dist folder to a location accessible by your backend server.
When you use Spring Boot, a good location in your projects source tree would be
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hal-explorer",
"version": "0.16.0.snapshot",
"version": "0.16.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h5 class="modal-title" id="aboutModalLabel">About HAL Explorer</h5>
</tr>
<tr>
<td>Version:</td>
<td>0.16.0-SNAPSHOT</td>
<td>0.16.0</td>
</tr>
<tr>
<td>GitHub:</td>
Expand Down

0 comments on commit 3d86df0

Please sign in to comment.