Skip to content

Commit 75ba28b

Browse files
committed
Bump version
1 parent 8e2c990 commit 75ba28b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cronofy/cronofy",
33
"description": "PHP wrapper for Cronofy's unified calendar API",
4-
"version": "v0.11.0",
4+
"version": "v0.12.0",
55
"require": {
66
"php": "^5.3.3 || ^7.0"
77
},

cronofy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function error_details()
1919

2020
class Cronofy
2121
{
22-
const USERAGENT = 'Cronofy PHP 0.11';
22+
const USERAGENT = 'Cronofy PHP 0.12';
2323
const API_VERSION = 'v1';
2424

2525
public $api_root_url;

0 commit comments

Comments
 (0)