Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thousandsofthem committed Apr 7, 2013
1 parent fb6c61b commit 3a4ee18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IronCache.class.php
Expand Up @@ -5,7 +5,7 @@
* @link https://github.com/iron-io/iron_cache_php
* @link http://www.iron.io/products/cache
* @link http://dev.iron.io/
* @version 0.1.2
* @version 0.1.3
* @package IronCache
* @copyright Feel free to copy, steal, take credit for, or whatever you feel like doing with this code. ;)
*/
Expand Down Expand Up @@ -106,7 +106,7 @@ public function asArray() {
}

class IronCache extends IronCore {
protected $client_version = '0.1.2';
protected $client_version = '0.1.3';
protected $client_name = 'iron_cache_php';
protected $product_name = 'iron_cache';
protected $default_values = array(
Expand Down

0 comments on commit 3a4ee18

Please sign in to comment.