From 45ff2f75304fe2267523bd69a60d882492349115 Mon Sep 17 00:00:00 2001 From: Ulhas Vardhan Golchha Date: Sat, 25 Apr 2020 19:09:42 +0530 Subject: [PATCH] Invalid character from composer removed. --- CHANGELOG.md | 5 +++++ composer.json | 3 +-- src/ReSmushIt.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbb5564..38a24a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 37ca83a..1d982c7 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/ReSmushIt.php b/src/ReSmushIt.php index f18949f..8523d7d 100644 --- a/src/ReSmushIt.php +++ b/src/ReSmushIt.php @@ -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;