Skip to content

Commit

Permalink
Invalid character from composer removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulhas Vardhan Golchha committed Apr 25, 2020
1 parent 640de87 commit 45ff2f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `golchha21/resmushit` will be documented in this file

## 1.2.2 - 2020-04-25

- Invalid character in composer removed
- Version bump

## 1.2.1 - 2020-04-25

- Version bump
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "golchha21/resmushit",
"version": "1.2.1",
"version": "1.2.2",
"description": "A Laravel package for the popular image optimization web service reSmush.it",
"keywords": [
"golchha21",
"laravel",
"laravel-package",
s
"resmushit",
"image-optimization",
"image-optimisation",
Expand Down
2 changes: 1 addition & 1 deletion src/ReSmushIt.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class ReSmushIt
{
private const VERSION = '1.2.1';
private const VERSION = '1.2.2';
private const ENDPOINT = 'http://api.resmush.it/';
private const TIMEOUT = 10;
private const MAX_FILE_SIZE = 5242880;
Expand Down

0 comments on commit 45ff2f7

Please sign in to comment.