Skip to content

Commit a8708e9

Browse files
committed
Version 1.0.1
1 parent 41c5e3c commit a8708e9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
6-
- hhvm
4+
- 7.1
5+
- 7.2
6+
- 7.3
77

88
install:
99
- composer self-update

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
String Encode
22
==========================
33

4-
Version 1.0.0
4+
Version 1.0.1
55

66
String Encode is a simple PHP wrapper package to facilitate the encoding of strings in different charsets.
77

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "paquettg/string-encode",
33
"type": "library",
44
"description": "Facilitating the process of altering string encoding in PHP.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"keywords": ["encoding", "charset", "string"],
77
"homepage": "https://github.com/paquettg/string-encoder",
88
"license": "MIT",

0 commit comments

Comments
 (0)