Skip to content

Commit 1c0b9aa

Browse files
Update version
1 parent eec2645 commit 1c0b9aa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asdfdotdev/session",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "The asdf_ session class endeavors to make it easier to use basic best practices in PHP sessions.",
55
"type": "library",
66
"license": "LGPL-2.1-only",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Session.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
*
1515
* @package Asdfdotdev
1616
* @author Chris Carlevato <hello@asdf.dev>
17-
* @copyright 2015-2020 Chris Carlevato
17+
* @copyright 2015-2021 Chris Carlevato
1818
* @license http://www.gnu.org/licenses/lgpl-2.1.html
19-
* @version 0.5.0
19+
* @version 0.6.0
2020
* @link https://github.com/asdfdotdev/session
2121
*/
2222

0 commit comments

Comments
 (0)