Skip to content

Commit 3adb85b

Browse files
committed
release v0.9.1
1 parent 89d98f9 commit 3adb85b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clicksports/lex-office-api",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"type": "library",
55
"description": "Simple API Integration for Lex-Office",
66
"keywords": [

src/Api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Api
2626
/**
2727
* the library version
2828
*/
29-
const VERSION = "0.9.0";
29+
const VERSION = "0.9.1";
3030

3131
/**
3232
* the lex-office api url

0 commit comments

Comments
 (0)