Skip to content

Commit

Permalink
Update versions to release 0.9.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Sep 11, 2015
1 parent 2ff1799 commit a39c4ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vaadin-grid",
"version": "0.3.0",
"version": "0.9.0-beta1",
"authors": [
"Vaadin Ltd"
],
Expand Down
2 changes: 1 addition & 1 deletion demo/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- Common JS code for all examples -->
<script>
var componentsVersion = "0.3.0-beta7";
var componentsVersion = "0.3.0-beta8";
window.xCodeExampleSourceHead =
" <script src='https://cdn.vaadin.com/vaadin-components/"+componentsVersion+"/webcomponentsjs/webcomponents-lite.js'><\/script>\n"+
" <link href='https://cdn.vaadin.com/vaadin-components/"+componentsVersion+"/vaadin-grid/vaadin-grid.html' rel='import'>\n";
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vaadin-components",
"version": "0.3.0",
"description": "A set of high-quality Web Components with a customizable Sass based theme",
"name": "vaadin-grid",
"version": "0.9.0",
"description": "A full customizable Grid",
"author": "Vaadin Ltd",
"license": "Apache License 2.0",
"dependencies": {
Expand Down Expand Up @@ -43,6 +43,7 @@
"web",
"components",
"webcomponents",
"gwt"
"gwt",
"grid"
]
}

0 comments on commit a39c4ef

Please sign in to comment.