Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gjdev committed Sep 22, 2017
1 parent 40e0d4b commit 1ae8ef7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blox/material",
"version": "0.1.3",
"version": "0.1.4",
"license": "Apache-2.0",
"description": "Material Components for Angular",
"author": "The Source Zone",
Expand Down
5 changes: 3 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"lerna": "2.2.0",
"packages": [
"bundle", "site"
"bundle",
"site"
],
"version": "0.1.3"
"version": "0.1.4"
}
4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-demo",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/platform-browser": "^4.4.1",
"@angular/platform-browser-dynamic": "^4.4.1",
"@angular/router": "^4.4.1",
"@blox/material": "^0.1.3",
"@blox/material": "^0.1.4",
"angular-highlight-js": "^2.0.0",
"bourbon": "4.3.4",
"bourbon-neat": "2.0.0",
Expand Down

0 comments on commit 1ae8ef7

Please sign in to comment.