Skip to content

Commit bc7e302

Browse files
committed
Fix LICENSE file link
1 parent 685060b commit bc7e302

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.semver

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:major: 1
33
:minor: 0
4-
:patch: 4
4+
:patch: 5
55
:special: ''

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The MIT License (MIT). Please see [License File][link-license] for more informat
8383
[link-contributors]: ../../contributors
8484
[link-composer-json]: composer.json
8585
[link-readme]: README.md
86-
[link-license]: LICENSE.md
86+
[link-license]: LICENSE
8787
[link-phpunit]: phpunit.xml
8888
[link-editorconfig]: .editorconfig
8989
[link-travis]: .travis.yml

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codelytv/php-bootstrap",
33
"description": "Starting point if you want to bootstrap a project in PHP.",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"type": "project",
66
"keywords": [
77
"bootstrap",

0 commit comments

Comments
 (0)