Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulhas Vardhan Golchha committed Apr 25, 2020
1 parent 88207f4 commit 640de87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
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.0';
private const VERSION = '1.2.1';
private const ENDPOINT = 'http://api.resmush.it/';
private const TIMEOUT = 10;
private const MAX_FILE_SIZE = 5242880;
Expand Down

0 comments on commit 640de87

Please sign in to comment.