diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3156d..735fc7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Undone Changes +## 0.0.2 + +- Added `homepage` to pubspec. + ## 0.0.1 - Initial release. diff --git a/pubspec.yaml b/pubspec.yaml index 73950e5..d7c924a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,8 @@ name: undone -version: 0.0.1 +version: 0.0.2 description: A little undo-redo library. Not a song about sweaters. author: Ross Smith +homepage: https://github.com/rmsmith/undone dependencies: browser: '>=0.4.1 <1.0.0' unittest: '>=0.4.1 <1.0.0'