Publish 0.0.17+1 (#603)

Publish 0.0.17+1
diff --git a/.travis.yml b/.travis.yml
index 0c72b9f..11b1b67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@
   - dev
 cache:
   directories:
-    - $HOME/.pub-cache
 before_script:
   - git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
   - export PATH=`pwd`/depot_tools:"$PATH"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d4d8a4..01c480b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
 ## Unpublished
 
+## 0.0.17+1
+
 - Fixed an issue where standard HTML events weren't recognized due to changes
   made to dart:html sources on newer SDKs.
 
diff --git a/angular_analyzer_plugin/pubspec.yaml b/angular_analyzer_plugin/pubspec.yaml
index b52df8b..c13fc2f 100644
--- a/angular_analyzer_plugin/pubspec.yaml
+++ b/angular_analyzer_plugin/pubspec.yaml
@@ -1,5 +1,5 @@
 name: angular_analyzer_plugin
-version: 0.0.17
+version: 0.0.17+1
 description: Dart analyzer plugin for Angular 2+
 authors:
   - Konstantin Scheglov <[email protected]>
diff --git a/angular_analyzer_plugin/tools/analyzer_plugin/pubspec.yaml b/angular_analyzer_plugin/tools/analyzer_plugin/pubspec.yaml
index 89758d1..2fc9879 100644
--- a/angular_analyzer_plugin/tools/analyzer_plugin/pubspec.yaml
+++ b/angular_analyzer_plugin/tools/analyzer_plugin/pubspec.yaml
@@ -4,5 +4,5 @@
 environment:
   sdk: '>=2.0.0-dev.0.0 < 3.0.0'
 dependencies:
-  angular_analyzer_plugin: '0.0.17'
+  angular_analyzer_plugin: '0.0.17+1'
 dev_dependencies: