Skip to content

Commit

Permalink
Merge branch 'prepare-0.10.0-release' into 'release-0.10'
Browse files Browse the repository at this point in the history
Prepare 0.10.0 release

See merge request Astarte-NG/astarte-dashboard!67
  • Loading branch information
rbino committed Apr 16, 2019
2 parents 6f7415e + 591cd64 commit e494ed4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.10.0] - 2019-04-16

## [0.10.0-rc.0] - 2019-04-03
### Added
Expand Down
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "0.10.0",
"summary": "Astarte Dashboard",
"repository": "https://github.com/astarte-platform/astarte-dashboard.git",
"license": "GPL-3.0",
"license": "Apache-2.0",
"source-directories": [
"src/elm"
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astarte-dashboard",
"version": "0.10.0-rc.0",
"version": "0.10.0",
"description": "Astarte dashboard",
"main": "public/index.html",
"keywords": [
Expand All @@ -15,7 +15,7 @@
"url": "https://ispirata.com/"
}
],
"license": "GPL-3.0",
"license": "Apache-2.0",
"scripts": {
"start": "webpack-dev-server --hot --inline --config webpack.dev.js",
"prebuild": "rimraf dist",
Expand Down

0 comments on commit e494ed4

Please sign in to comment.