diff options
author | Build Agent <build@vaadin.com> | 2015-07-03 13:42:30 +0300 |
---|---|---|
committer | Build Agent <build@vaadin.com> | 2015-07-03 13:42:30 +0300 |
commit | c509ab3e1df1ad77bd2c9719d9513c1e77205db7 (patch) | |
tree | ee2ede8339b10dddb5faef7c8a6295cc18d55dbf /README.md | |
parent | 9da3b4f1552ee065e2d2ed7f7d9b2ee8245e00c3 (diff) | |
download | vaadin-core-c509ab3e1df1ad77bd2c9719d9513c1e77205db7.tar.gz vaadin-core-c509ab3e1df1ad77bd2c9719d9513c1e77205db7.zip |
Release version 0.3.0-beta4.0.3.0-beta4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -38,7 +38,7 @@ We offer three ways to use Vaadin Components in your project: Bower, CDN and ZIP We recommend using [Bower](http://bower.io) for managing your front-end dependencies. Follow the [Bower installation instructions](http://bower.io/#install-bower), then run the following command inside your project folder: ```shell - $ bower install --save vaadin-components#0.3.0-beta3 + $ bower install --save vaadin-components#0.3.0-beta4 ``` This will download Vaadin Components and its dependencies to the `bower_components` folder inside your project‘s folder. @@ -68,8 +68,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-beta3/webcomponentsjs/webcomponents-lite.js"></script> - <link href="https://cdn.vaadin.com/vaadin-components/0.3.0-beta3/vaadin-grid/vaadin-grid.html" rel="import"> + <script src="https://cdn.vaadin.com/vaadin-components/0.3.0-beta4/webcomponentsjs/webcomponents-lite.js"></script> + <link href="https://cdn.vaadin.com/vaadin-components/0.3.0-beta4/vaadin-grid/vaadin-grid.html" rel="import"> <!-- Bower --> <!-- <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script> |