Skip to content

Commit

Permalink
CHG: Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alfreddagenais committed Jul 11, 2020
1 parent b51856b commit 4455bac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem.
- OS: [e.g. Centos]
- Version [e.g. 22]
- PHP version [e.g. 7.4.1]
- Version of the Word Count Script [e.g. 1.0.1]
- Version of the Word Count Script [e.g. 1.0.2]

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "PHP implementation of Word-Count for UTF-8 text",
"type": "library",
"license": "GNU GPLv3",
"version": "1.0.1",
"version": "1.0.2",
"authors": [
{
"name": "Alfred Dagenais",
Expand Down
2 changes: 1 addition & 1 deletion src/AlfredDagenais/WordCountUtf8.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Use of this source code is governed by the GNU GPLv3 license, which
* can be found in the LICENSE file.
*
* @version 1.0.1
* @version 1.0.2
*/

namespace AlfredDagenais;
Expand Down
2 changes: 1 addition & 1 deletion tests/AlfredDagenais/WordCountUtf8Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Use of this source code is governed by the GNU GPLv3 license, which
* can be found in the LICENSE file.
*
* @version 1.0.1
* @version 1.0.2
*/
namespace AlfredDagenais;

Expand Down

0 comments on commit 4455bac

Please sign in to comment.