Skip to content

Commit

Permalink
Release version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
secondtruth committed Jul 27, 2015
1 parent d755c1b commit b1edd01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions lib/Compiler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Compiler Library
* Copyright (C) 2014 secondtruth
* Copyright (C) 2015 secondtruth
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
Expand All @@ -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 <http://opensource.org/licenses/ISC>
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/CompilerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://opensource.org/licenses/ISC>
*/
Expand Down

0 comments on commit b1edd01

Please sign in to comment.