incrementing version

This commit is contained in:
El RIDO
2023-07-09 08:44:22 +02:00
parent 6c2d7431fe
commit 01afe7d481
37 changed files with 42 additions and 39 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
* @link https://github.com/PrivateBin/PrivateBin
* @copyright 2012 Sébastien SAUVAGE (sebsauvage.net)
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
* @version 1.5.1
* @version 1.5.2
*/
namespace PrivateBin\Data;
+1 -1
View File
@@ -7,7 +7,7 @@
* @link https://github.com/PrivateBin/PrivateBin
* @copyright 2012 Sébastien SAUVAGE (sebsauvage.net)
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
* @version 1.5.1
* @version 1.5.2
*/
namespace PrivateBin\Data;
+1 -1
View File
@@ -7,7 +7,7 @@
* @link https://github.com/PrivateBin/PrivateBin
* @copyright 2012 Sébastien SAUVAGE (sebsauvage.net)
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
* @version 1.5.1
* @version 1.5.2
*/
namespace PrivateBin\Data;
+1 -1
View File
@@ -4,7 +4,7 @@
*
* an S3 compatible data backend for PrivateBin with CEPH/RadosGW in mind
* see https://docs.ceph.com/en/latest/radosgw/s3/php/
* based on lib/Data/GoogleCloudStorage.php from PrivateBin version 1.5.1
* based on lib/Data/GoogleCloudStorage.php from PrivateBin version 1.5.2
*
* @link https://github.com/PrivateBin/PrivateBin
* @copyright 2022 Felix J. Ogris (https://ogris.de/)