Skip to content

Commit a6e6da9

Browse files
committed
Prepare release 1.3.3
1 parent 9965558 commit a6e6da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
### NEXT (YYYY-MM-DD)
3+
### 1.3.3 (2022-11-16)
44
* Fix invalid format MIME type definition (#835, @xdanik)
55

66
### 1.3.2 (2022-04-01)

src/Image/ImagineInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
interface ImagineInterface extends ClassFactoryAwareInterface
2222
{
23-
const VERSION = '1.3.3-dev';
23+
const VERSION = '1.3.3';
2424

2525
/**
2626
* Creates a new empty image with an optional background color.

0 commit comments

Comments
 (0)