From f0c5122f04d0b32451c8d711c8db6d999d573427 Mon Sep 17 00:00:00 2001 From: jsayol Date: Sat, 19 Dec 2015 01:09:01 +0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3690d53..b3b6711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.0.1-alpha2] - 2015-12-18 +### Fixed +- README formatting. + ## 0.0.1-alpha1 - 2015-12-18 ### Added - All API methods implemented but untested. Highly unstable. [Unreleased]: https://github.com/jsayol/dart-tmdb/compare/v0.0.1-alpha1...HEAD +[0.0.1-alpha2]: https://github.com/sayol/dart-tmdb/compare/v0.0.1-alpha2..v0.0.1-alpha1 diff --git a/pubspec.yaml b/pubspec.yaml index 25d4b03..9502707 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: tmdb description: A TheMoviedb.org (TMDB) library for Dart. -version: 0.0.1-alpha1 +version: 0.0.1-alpha2 author: Josep Sayol homepage: https://github.com/jsayol/dart-tmdb