Skip to content

Commit

Permalink
Bump version documented in class file
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Aug 6, 2011
1 parent 3132475 commit 94796d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpZenfolio.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* without having to worry about the finer details of the API.
*
* @author Colin Seymour <lildood@gmail.com>
* @version 1.0
* @version 1.1
* @package phpZenfolio
* @license GNU General Public License version 3 {@link http://www.gnu.org/licenses/gpl.html}
* @copyright Copyright (c) 2010 Colin Seymour
Expand Down Expand Up @@ -54,7 +54,7 @@ class PhpZenfolioException extends Exception {}
* @package phpZenfolio
**/
class phpZenfolio {
var $version = '1.0';
var $version = '1.1';
private $cacheType = FALSE;
private $cache_expire = 3600;
private $keyring;
Expand Down

0 comments on commit 94796d8

Please sign in to comment.