Skip to content

Commit

Permalink
Update in preparation for 0.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Miksovsky committed Dec 16, 2015
1 parent 16c38ce commit 5525534
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion basic-page-dots.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

<style>
:host {
display: inline-block;
display: -webkit-inline-flex;
display: inline-flex;
position: relative;
}

Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "basic-page-dots",
"description": "Aspect which adds a set of small dots to a collective tracking a list of items.",
"version": "0.6.3",
"version": "0.6.4-pre",
"license": "MIT",
"main": "basic-page-dots.html",
"dependencies": {
"basic-aspect": "basic-web-components/basic-aspect#0.6.3",
"basic-aspect": "basic-web-components/basic-aspect#master",
"polymer": "Polymer/polymer#^1.1"
},
"devDependencies": {
"basic-framed-content": "basic-web-components/basic-framed-content#0.6.3",
"basic-framed-content": "basic-web-components/basic-framed-content#master",
"web-component-tester": "*"
},
"keywords": [
Expand Down

0 comments on commit 5525534

Please sign in to comment.