1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-13 03:24:16 +02:00

Fix error in composer.json

This commit is contained in:
Mikael Roos
2020-05-06 09:51:12 +02:00
parent 86737af69e
commit 1411adc828
6 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<?php
// Version of cimage and img.php
define("CIMAGE_VERSION", "v0.7.22 (2020-05-06)");
define("CIMAGE_VERSION", "v0.7.23 (2020-05-06)");
// For CRemoteImage
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);