diff options
author | Manolo Carrasco <manolo@apache.org> | 2015-09-11 09:32:13 +0200 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2015-09-11 09:32:13 +0200 |
commit | 0a0f56e77f81101a9ba43ce45d753850abe88df3 (patch) | |
tree | 0891f71571056f3e64f3acf2dbfd945f3abeedef | |
parent | 053ce18360b6ee9b9e252f26334385ce6a16c9ea (diff) | |
download | vaadin-core-0a0f56e77f81101a9ba43ce45d753850abe88df3.tar.gz vaadin-core-0a0f56e77f81101a9ba43ce45d753850abe88df3.zip |
Prepare for release 0.3.0-beta80.3.0-beta8
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | bower.json | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -55,7 +55,7 @@ We offer three ways to use Vaadin Components in your project: Bower, CDN and ZIP You can use Vaadin Components from CDN (see example below). This is especially convenient for services like JSFiddle, Codepen.io, etc. - `https://cdn.vaadin.com/vaadin-components/0.3.0-beta7/vaadin-grid/vaadin-grid.html` + `https://cdn.vaadin.com/vaadin-components/0.3.0-beta8/vaadin-grid/vaadin-grid.html` _*Note*: that we have a fragment in the url with the version to use, so you could for instance replace it with the snapshot version_ @@ -80,8 +80,8 @@ We offer three ways to use Vaadin Components in your project: Bower, CDN and ZIP <!-- Import Web Component polyfills and the components that you want --> <!-- CDN --> - <script src="https://cdn.vaadin.com/vaadin-components/0.3.0-beta7/webcomponentsjs/webcomponents-lite.js"></script> - <link href="https://cdn.vaadin.com/vaadin-components/0.3.0-beta7/vaadin-grid/vaadin-grid.html" rel="import"> + <script src="https://cdn.vaadin.com/vaadin-components/0.3.0-beta8/webcomponentsjs/webcomponents-lite.js"></script> + <link href="https://cdn.vaadin.com/vaadin-components/0.3.0-beta8/vaadin-grid/vaadin-grid.html" rel="import"> <!-- Bower --> <!-- <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script> @@ -18,7 +18,7 @@ "**/tests" ], "dependencies": { - "vaadin-grid": "vaadin/vaadin-grid#master" + "vaadin-grid": "vaadin/vaadin-grid#0.9.0-beta1" }, "resolutions": { "polymer": "v1.1.1" |