Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 94796d8

Browse files
committed
Bump version documented in class file
1 parent 3132475 commit 94796d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpZenfolio.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* without having to worry about the finer details of the API.
77
*
88
* @author Colin Seymour <[email protected]>
9-
* @version 1.0
9+
* @version 1.1
1010
* @package phpZenfolio
1111
* @license GNU General Public License version 3 {@link http://www.gnu.org/licenses/gpl.html}
1212
* @copyright Copyright (c) 2010 Colin Seymour
@@ -54,7 +54,7 @@ class PhpZenfolioException extends Exception {}
5454
* @package phpZenfolio
5555
**/
5656
class phpZenfolio {
57-
var $version = '1.0';
57+
var $version = '1.1';
5858
private $cacheType = FALSE;
5959
private $cache_expire = 3600;
6060
private $keyring;

0 commit comments

Comments
 (0)