Skip to content

Commit bbc36b1

Browse files
committed
Finish 3.7.55
1 parent 13cc01f commit bbc36b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes for Craft CMS 3.x
22

3-
## Unreleased
3+
## 3.7.55 - 2022-09-20
44

55
### Added
66
- Added `craft\helpers\Image::targetDimensions()`.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "craftcms/cms",
33
"description": "Craft CMS",
4-
"version": "3.7.54",
4+
"version": "3.7.55",
55
"keywords": [
66
"cms",
77
"craftcms",

src/config/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'id' => 'CraftCMS',
55
'name' => 'Craft CMS',
6-
'version' => '3.7.54',
6+
'version' => '3.7.55',
77
'schemaVersion' => '3.7.33',
88
'minVersionRequired' => '2.6.2788',
99
'basePath' => dirname(__DIR__), // Defines the @app alias

0 commit comments

Comments
 (0)