Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
chore(package): Publish Angular MDC v0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trimox committed Nov 2, 2018
1 parent 6fe8ab6 commit b0d013b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ <h4 class="demo-landing__label">for Angular</h4>
<div class="demo-layout__column demo-layout--center demo-landing__secondary">
<p class="demo-landing__subtitle">A faithful and accurate representation of Material Design.</p>
<button raised secondary mdc-button [routerLink]="['/getting-started']">Get Started</button>
<span class="demo-landing__version">v0.41.0-pre.0</span>
<span class="demo-landing__version">v0.41.0</span>
</div>
2 changes: 1 addition & 1 deletion packages/material-components-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/trimox/angular-mdc-web.git"
},
"version": "0.41.0-pre.0",
"version": "0.41.0",
"license": "MIT",
"keywords": [
"angular-mdc",
Expand Down
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typings": "./web.d.ts",
"private": false,
"dependencies": {
"@angular-mdc/theme": "0.41.0-pre.0"
"@angular-mdc/theme": "0.41.0"
},
"peerDependencies": {
"@angular/core": "0.0.0-NG",
Expand Down

0 comments on commit b0d013b

Please sign in to comment.