Skip to content

Commit a9253c6

Browse files
committed
Bumped version
1 parent fd4f68d commit a9253c6

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codecollab/encryption",
33
"description": "Encryption package of the CodeCollab project",
4-
"version": "1.0.4",
4+
"version": "2.0.0",
55
"type": "library",
66
"keywords": ["codecollab", "rijndael", "encryption", "security"],
77
"homepage": "https://github.com/CodeCollab/Encryption",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/CryptoException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Pieter Hordijk <info@pieterhordijk.com>
1010
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1111
* @license See the LICENSE file
12-
* @version 1.0.0
12+
* @version 2.0.0
1313
*/
1414
namespace CodeCollab\Encryption;
1515

src/Decryptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Pieter Hordijk <info@pieterhordijk.com>
1010
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1111
* @license See the LICENSE file
12-
* @version 1.0.0
12+
* @version 2.0.0
1313
*/
1414
namespace CodeCollab\Encryption;
1515

src/Defuse/Decryptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Pieter Hordijk <info@pieterhordijk.com>
1111
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1212
* @license See the LICENSE file
13-
* @version 1.0.0
13+
* @version 2.0.0
1414
*/
1515
namespace CodeCollab\Encryption\Defuse;
1616

src/Defuse/Encryptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Pieter Hordijk <info@pieterhordijk.com>
1111
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1212
* @license See the LICENSE file
13-
* @version 1.0.0
13+
* @version 2.0.0
1414
*/
1515
namespace CodeCollab\Encryption\Defuse;
1616

src/Defuse/Key.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Pieter Hordijk <info@pieterhordijk.com>
1111
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1212
* @license See the LICENSE file
13-
* @version 1.0.0
13+
* @version 2.0.0
1414
*/
1515
namespace CodeCollab\Encryption\Defuse;
1616

src/Defusev2/Decryptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Pieter Hordijk <info@pieterhordijk.com>
1111
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1212
* @license See the LICENSE file
13-
* @version 1.0.0
13+
* @version 2.0.0
1414
*/
1515
namespace CodeCollab\Encryption\Defusev2;
1616

src/Defusev2/Encryptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Pieter Hordijk <info@pieterhordijk.com>
1111
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1212
* @license See the LICENSE file
13-
* @version 1.0.0
13+
* @version 2.0.0
1414
*/
1515
namespace CodeCollab\Encryption\Defusev2;
1616

src/Defusev2/Key.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Pieter Hordijk <info@pieterhordijk.com>
1111
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1212
* @license See the LICENSE file
13-
* @version 1.0.0
13+
* @version 2.0.0
1414
*/
1515
namespace CodeCollab\Encryption\Defusev2;
1616

0 commit comments

Comments
 (0)