summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--bower.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index bda2609..b863035 100644
--- a/README.md
+++ b/README.md
@@ -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>
diff --git a/bower.json b/bower.json
index 21be0fe..5540729 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "vaadin-components",
- "version": "0.3.0-snapshot",
+ "version": "0.3.0-beta1",
"authors": [
"Vaadin Ltd"
],