diff options
author | Build Agent <build@vaadin.com> | 2015-05-27 16:28:33 +0300 |
---|---|---|
committer | Build Agent <build@vaadin.com> | 2015-05-27 16:28:33 +0300 |
commit | d6385c1ba095912b9c477831607e826cd12244d2 (patch) | |
tree | a3928a4c395a933957a8fcfeebf2d612453fc225 | |
parent | 776cc5539347d1dccfef8ccc8aeee350e67445bd (diff) | |
download | vaadin-core-d6385c1ba095912b9c477831607e826cd12244d2.tar.gz vaadin-core-d6385c1ba095912b9c477831607e826cd12244d2.zip |
Release version 0.3.0-beta1.0.3.0-beta1
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | bower.json | 2 |
2 files changed, 4 insertions, 4 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), the run the following command inside your project folder: ```shell - $ bower install --save vaadin-components + $ bower install --save vaadin-components#0.3.0-beta1 ``` 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-alpha1/webcomponentsjs/webcomponents-lite.js"></script> - <link href="https://cdn.vaadin.com/vaadin-components/0.3.0-alpha1/vaadin-grid/vaadin-grid.html" rel="import"> + <script src="https://cdn.vaadin.com/vaadin-components/0.3.0-beta1/webcomponentsjs/webcomponents-lite.js"></script> + <link href="https://cdn.vaadin.com/vaadin-components/0.3.0-beta1/vaadin-grid/vaadin-grid.html" rel="import"> <!-- Bower --> <!-- <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script> @@ -1,6 +1,6 @@ { "name": "vaadin-components", - "version": "0.3.0-snapshot", + "version": "0.3.0-beta1", "authors": [ "Vaadin Ltd" ], |