diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c4271..7bf4bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free to add your changes here when sending pull requests. Also send corrections if you spot any mistakes. -## 0.0.1 (2013-xx-xx) +## 0.1.0 (2013-09-06) * First tagged release diff --git a/README.md b/README.md index c4310f7..09da4ea 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ The recommended way to install this library is [through composer](zenity://getco ```JSON { "require": { - "clue/zenity-react": "dev-master" + "clue/zenity-react": "0.1.*" } } ```