Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
secondtruth committed Jul 27, 2015
1 parent 85e4864 commit f18ef10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Create a file called `composer.json` in your project directory and put the follo
```
{
"require": {
"secondtruth/phar-compiler": "1.0.*"
"secondtruth/phar-compiler": "1.1.*"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion lib/Compiler.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
* @version 1.1
* @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
* @version 1.1
* @link http://www.secpndtruth.de
* @license ISC License <http://opensource.org/licenses/ISC>
*/
Expand Down

0 comments on commit f18ef10

Please sign in to comment.