Skip to content

Commit

Permalink
v2.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Zecat committed Jan 9, 2017
1 parent 00e23a4 commit d2cd9cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See [component page](http://zecat.github.io/paper-stepper)

## installation

`bower install -S Zecat/paper-stepper`
`bower install -S Zecat/paper-stepper#v2.0-beta.5`

## Basic use

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper-stepper",
"version": "2.0-beta.4",
"version": "2.0-beta.5",
"authors": [
"Zecat <jullienfelix@gmail.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h2>Description</h2>
<p>Paper-stepper is an element made with <a href="https://www.polymer-project.org/1.0/" target="_blank">Polymer</a> with respect to the <a href="https://www.google.com/design/spec/components/steppers.html" target="_blank">material specifications</a>.</p>
<p>Steppers display progress through a sequence by breaking it up into multiple logical and numbered steps. They may also be used for navigation.</p>
<p>Spec recommendation: Avoid using steppers to break up sections in a short form, or multiple times on one page and don’t embed steppers within steppers.</p>
<p>Start using now <strong>bower install -S Zecat/paper-stepper</strong></p>
<p>Start using now <strong>bower install -S Zecat/paper-stepper#v2.0-beta.5</strong></p>
<p>Note, it is still a beta release, attributes and methods might change suddenly.</p>
</div>
<div>
Expand Down

0 comments on commit d2cd9cd

Please sign in to comment.