From 097d604a113050d9497713fe9e40841f207db92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Wed, 19 Mar 2014 00:39:24 +0100 Subject: [PATCH] Prepare v0.1.0 release --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9472248..b9d8fb9 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.1.0 (2014-03-xx) +## 0.1.0 (2014-03-18) * First tagged release * Send and receive arbitrary ICMP messages diff --git a/README.md b/README.md index b428b77..6abf0ad 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ The recommended way to install this library is [through composer](http://getcomp ```JSON { "require": { - "clue/icmp-react": "dev-master" + "clue/icmp-react": "0.1.*" } } ```