Skip to content

Commit

Permalink
Updated const version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulhas Vardhan Golchha committed Jan 14, 2022
1 parent a4d8b8f commit 5ab193a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 1.2.7 - 2022-01-14

- Updated const version
- Updated Changelog.md
- Version bump

## 1.2.6 - 2022-01-09

- Version bump
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "golchha21/resmushit",
"version": "1.2.6",
"version": "1.2.7",
"description": "A Laravel package for the popular image optimization web service reSmush.it",
"keywords": [
"golchha21",
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.2';
private const VERSION = '1.2.7';
private const ENDPOINT = 'http://api.resmush.it/';
private const TIMEOUT = 10;
private const MAX_FILE_SIZE = 5242880;
Expand Down

0 comments on commit 5ab193a

Please sign in to comment.