Skip to content

Commit a15a8cf

Browse files
author
Amir Tocker
committed
Version 1.4.1
1 parent 36310f0 commit a15a8cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary/cloudinary_php",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Cloudinary PHP SDK",
55
"keywords": ["cloudinary", "sdk", "cloud", "image management", "cdn"],
66
"type": "library",

src/Cloudinary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Cloudinary {
1010
const RANGE_VALUE_RE = '/^(?P<value>(\d+\.)?\d+)(?P<modifier>[%pP])?$/';
1111
const RANGE_RE = '/^(\d+\.)?\d+[%pP]?\.\.(\d+\.)?\d+[%pP]?$/';
1212

13-
const VERSION = "1.4.0";
13+
const VERSION = "1.4.1";
1414
/** @internal Do not change this value */
1515
const USER_AGENT = "CloudinaryPHP/1.1.4";
1616

0 commit comments

Comments
 (0)