Fix version in web_components.

R=jmesserly@google.com

Review URL: https://codereview.chromium.org//360573003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/web_components@37804 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 87f77b6..fcb5e5a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,18 @@
 
 This file contains highlights of what changes on each version of this package.
 
+#### Pub version 0.4.0
+  * Adds `registerDartType` and updates to platform 0.3.3-29065bc
+    (re-applies the changes in 0.3.5).
+
+#### Pub version 0.3.5+1
+  * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had
+    breaking changes so we are republishing it in 0.4.0)
+
 #### Pub version 0.3.5
   * Added `registerDartType` to register a Dart API for a custom-element written
     in Javascript.
+  * Updated to platform 0.3.3-29065bc
 
 #### Pub version 0.3.4
   * Updated to platform 0.2.4 (see lib/build.log for details)
diff --git a/pubspec.yaml b/pubspec.yaml
index 1cc75cd..d0a19ee 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: web_components
-version: 0.3.5
+version: 0.4.0
 author: Polymer.dart Authors <web-ui-dev@dartlang.org>
 homepage: https://www.dartlang.org/polymer-dart/
 description: >