Skip to content

Commit

Permalink
Merge pull request #322 from bettio/prepare-next-dev-cycle
Browse files Browse the repository at this point in the history
Update version number to 1.0.1 and update README.md
  • Loading branch information
rbino authored Oct 29, 2021
2 parents 66cd27e + 7805d51 commit c25a6db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.0-beta.1
astarte/astarte-dashboard:1.0-snapshot
```


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": "astarte-dashboard",
"version": "1.0.0",
"version": "1.0.1",
"description": "Astarte dashboard",
"main": "dist/index.html",
"keywords": [
Expand Down

0 comments on commit c25a6db

Please sign in to comment.