Skip to content

Commit

Permalink
Merge pull request #337 from bettio/prepare-1.0.3
Browse files Browse the repository at this point in the history
Prepare 1.0.3 release
  • Loading branch information
bettio authored Jul 4, 2022
2 parents 18bbfce + 32e2b3c commit fa7f53b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.3] - 2022-07-04

## [1.0.2] - 2022-03-30

## [1.0.1] - 2021-12-16
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ For example, to run it locally on port 4040, you can use the following command:
docker run \
-p 4040:80 \
-v /absolute/path/to/config.json:/usr/share/nginx/html/user-config/config.json \
astarte/astarte-dashboard:1.0.2
astarte/astarte-dashboard:1.0.3
```


Expand Down Expand Up @@ -189,4 +189,4 @@ Distributed under the Apache2.0 License. See [LICENSE](LICENSE) for more informa


<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[dashboard-home-screenshot]: https://github.com/astarte-platform/astarte/blob/v1.0.2/doc/images/astarte-dashboard-realm-overview.png
[dashboard-home-screenshot]: https://github.com/astarte-platform/astarte/blob/v1.0.3/doc/images/astarte-dashboard-realm-overview.png
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astarte-dashboard",
"version": "1.0.2",
"version": "1.0.3",
"description": "Astarte dashboard",
"main": "dist/index.html",
"keywords": [
Expand Down

0 comments on commit fa7f53b

Please sign in to comment.