From 6e2ae0917b92a30d764566b49877c141b33ec5c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renan=20Gon=C3=A7alves?= Date: Mon, 10 Mar 2014 13:25:10 +0100 Subject: [PATCH] Release v1.0.0 --- README.md | 2 +- composer.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e800af7..9ef3285 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A Bootstring encoding of Unicode for Internationalized Domain Names in Applicati ## Install ``` -composer require true/punycode:* +composer require true/punycode:~1.0 ``` diff --git a/composer.json b/composer.json index ad69f6e..350cacd 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "true/punycode", + "version": "1.0.0", "type": "library", "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", "keywords": ["IDNA", "punycode"],