Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rozetko committed Oct 8, 2018
1 parent 19c7519 commit e795ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ module.exports = {
],
plugins: [
new CopyWebpackPlugin([
{ from: 'partials/*' }
{ from: 'partials/*' },
{ from: '../README.md' }
])
],
resolve: {
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": "grafana-multibar-graph-panel",
"version": "0.1.0",
"version": "0.1.1",
"description": "Webpack copy of Grafana default panel",
"main": "dist/module",
"scripts": {
Expand Down

0 comments on commit e795ea9

Please sign in to comment.