Update to version 2.1.3 (#25)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 110d5b7..15e1f6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # Changelog
 
+## 2.1.3
+- Fix bug in `readAsBytes` which returned twice as much data as expected.
+
 ## 2.1.2
 - Fix bug in `readAsString` when charset is LATIN-1 and content-length is set.
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 2829a08..12866dc 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: resource
-version: 2.1.2
+version: 2.1.3
 description: Reading resource data from (package and other) files.
 author: Dart Team <misc@dartlang.org>
 homepage: https://github.com/dart-lang/resource