Skip to content

Commit b1edd01

Browse files
committed
Release version 1.0
1 parent d755c1b commit b1edd01

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Create a file called `composer.json` in your project directory and put the follo
3131
```
3232
{
3333
"require": {
34-
"secondtruth/phar-compiler": "dev-master"
34+
"secondtruth/phar-compiler": "1.0.*"
3535
}
3636
}
3737
```

lib/Compiler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Compiler Library
4-
* Copyright (C) 2014 secondtruth
4+
* Copyright (C) 2015 secondtruth
55
*
66
* Permission to use, copy, modify, and/or distribute this software for
77
* any purpose with or without fee is hereby granted, provided that the
@@ -16,7 +16,7 @@
1616
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1717
*
1818
* @package Secondtruth\Compiler
19-
* @version 1.0-dev
19+
* @version 1.0
2020
* @link http://www.secpndtruth.de
2121
* @license ISC License <http://opensource.org/licenses/ISC>
2222
*/

tests/CompilerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1717
*
1818
* @package Secondtruth\Compiler
19-
* @version 1.0-dev
19+
* @version 1.0
2020
* @link http://www.secpndtruth.de
2121
* @license ISC License <http://opensource.org/licenses/ISC>
2222
*/

0 commit comments

Comments
 (0)