]> source.dussan.org Git - vaadin-core.git/commitdiff
Prepare for release 0.3.0-beta8 0.3.0-beta8
authorManolo Carrasco <manolo@apache.org>
Fri, 11 Sep 2015 07:32:13 +0000 (09:32 +0200)
committerManolo Carrasco <manolo@apache.org>
Fri, 11 Sep 2015 07:32:13 +0000 (09:32 +0200)
README.md
bower.json

index a7abe4eb74fef5bcf7d1adc61886228c58665328..f81d1094af11413d940fc6bb77f28a2f8132f7b3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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>
index 34708e902e80a239d7dd22c2f8044314d43ff9ee..734f92c286fde558c576856243ffe38071c77f37 100644 (file)
@@ -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"