From 640de87a96fbc1446a21dbe23b3f62659fbcd729 Mon Sep 17 00:00:00 2001 From: Ulhas Vardhan Golchha Date: Sat, 25 Apr 2020 19:06:28 +0530 Subject: [PATCH] Version Bump --- CHANGELOG.md | 4 ++++ composer.json | 3 ++- src/ReSmushIt.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbded0e..bbb5564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `golchha21/resmushit` will be documented in this file +## 1.2.1 - 2020-04-25 + +- Version bump + ## 1.2.0 - 2020-04-25 - Moved & Renamed the Service Provider diff --git a/composer.json b/composer.json index 6ae4578..37ca83a 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,12 @@ { "name": "golchha21/resmushit", - "version": "1.2.0", + "version": "1.2.1", "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 424260f..f18949f 100644 --- a/src/ReSmushIt.php +++ b/src/ReSmushIt.php @@ -8,7 +8,7 @@ class ReSmushIt { - private const VERSION = '1.2.0'; + private const VERSION = '1.2.1'; private const ENDPOINT = 'http://api.resmush.it/'; private const TIMEOUT = 10; private const MAX_FILE_SIZE = 5242880;