diff --git a/README.md b/README.md index 0936baf..1836089 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Create a file called `composer.json` in your project directory and put the follo ``` { "require": { - "secondtruth/phar-compiler": "dev-master" + "secondtruth/phar-compiler": "1.0.*" } } ``` diff --git a/lib/Compiler.php b/lib/Compiler.php index 0a1e5db..9a9a163 100644 --- a/lib/Compiler.php +++ b/lib/Compiler.php @@ -1,7 +1,7 @@ */ diff --git a/tests/CompilerTest.php b/tests/CompilerTest.php index a88a6e1..5262968 100644 --- a/tests/CompilerTest.php +++ b/tests/CompilerTest.php @@ -16,7 +16,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * @package Secondtruth\Compiler - * @version 1.0-dev + * @version 1.0 * @link http://www.secpndtruth.de * @license ISC License */