Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenbinns committed Mar 24, 2017
1 parent 8e2c990 commit 75ba28b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cronofy/cronofy",
"description": "PHP wrapper for Cronofy's unified calendar API",
"version": "v0.11.0",
"version": "v0.12.0",
"require": {
"php": "^5.3.3 || ^7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion cronofy.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function error_details()

class Cronofy
{
const USERAGENT = 'Cronofy PHP 0.11';
const USERAGENT = 'Cronofy PHP 0.12';
const API_VERSION = 'v1';

public $api_root_url;
Expand Down

0 comments on commit 75ba28b

Please sign in to comment.