Skip to content

Commit

Permalink
Version 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Sep 12, 2018
1 parent a84a4cc commit 131a4fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.11.1 / 2018-09-12
===================

* Update version number in files

1.11.0 / 2018-09-07
===================

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": "cloudinary/cloudinary_php",
"version": "1.10.0",
"version": "1.11.1",
"description": "Cloudinary PHP SDK",
"keywords": ["cloudinary", "sdk", "cloud", "image management", "cdn"],
"type": "library",
Expand Down
2 changes: 1 addition & 1 deletion src/Cloudinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Cloudinary
const RANGE_VALUE_RE = '/^(?P<value>(\d+\.)?\d+)(?P<modifier>[%pP])?$/';
const RANGE_RE = '/^(\d+\.)?\d+[%pP]?\.\.(\d+\.)?\d+[%pP]?$/';

const VERSION = "1.10.0";
const VERSION = "1.11.1";

/**
* @internal
Expand Down

0 comments on commit 131a4fe

Please sign in to comment.