We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db60f26 + 49a4bfc commit 5c66990Copy full SHA for 5c66990
2 files changed
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "renderforest/sdk-php",
3
"description": "Renderforest SDK for PHP",
4
- "version": "0.5.7",
+ "version": "0.5.8",
5
"homepage": "https://github.com/renderforest/renderforest-sdk-php",
6
"keywords": [
7
"animation maker",
src/Project/RenderQuality/Entity/RenderQuality.php
@@ -20,6 +20,8 @@ class RenderQuality
20
'hd360',
21
'hd720',
22
'hd1080',
23
+ 'hd1440',
24
+ 'hd2160'
25
];
26
27
/**
0 commit comments