Skip to content

Commit f18ef10

Browse files
committed
Bump version to 1.1
1 parent 85e4864 commit f18ef10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Create a file called `composer.json` in your project directory and put the follo
3737
```
3838
{
3939
"require": {
40-
"secondtruth/phar-compiler": "1.0.*"
40+
"secondtruth/phar-compiler": "1.1.*"
4141
}
4242
}
4343
```

lib/Compiler.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
19+
* @version 1.1
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
19+
* @version 1.1
2020
* @link http://www.secpndtruth.de
2121
* @license ISC License <http://opensource.org/licenses/ISC>
2222
*/

0 commit comments

Comments
 (0)