diff --git a/CHANGELOG.md b/CHANGELOG.md index 116d048..2861b4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). This change log follows the conventions of [keep a CHANGELOG](http://keepachangelog.com/). -## [Unreleased] +## [1.1.0] / 2016-06-08 ### Changed @@ -16,4 +16,5 @@ This change log follows the conventions of - Initial release. -[Unreleased]: https://github.com/rxrc/keymaps/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/rxrc/keymaps/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/rxrc/keymaps/compare/v1.0.0...v1.1.0 diff --git a/bower.json b/bower.json index 73ba9bb..5df0ff9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "keymaps", - "version": "1.0.0", + "version": "1.1.0", "authors": [ "Evan Sosenko " ],