Skip to content

Commit ccd5c0d

Browse files
committed
Fixing composer sync issue.
1 parent c056927 commit ccd5c0d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

changelog

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
1.0.3 - 2016-07-22
88
Updated class constructor to __construct() as PHP4-style constructors are now deprecated. Props @nuxodin.
99
Removed trailing whitespace from blank lines.
10+
1.0.4 - 2016-09-27
11+
Updated version to get composer to track properly.

class-php-ico.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Copyright 2011-2016 Chris Jean & iThemes
55
Licensed under GPLv2 or above
66
7-
Version 1.0.3
7+
Version 1.0.4
88
*/
99

1010
class PHP_ICO {

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chrisjean/php-ico",
33
"description": "An easy-to-use library to generate valid ICO files.",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"keywords": ["ico", "favicon"],
66
"homepage": "https://github.com/chrisbliss18/php-ico",
77
"license": "GPL-2.0+",

0 commit comments

Comments
 (0)