Skip to content

Commit 5758434

Browse files
committed
releasing v0.10.0
1 parent 472861f commit 5758434

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1",
3+
"version": "0.10.0",
44
"type": "library",
55
"description": "Simple API Integration for Lex-Office",
66
"keywords": [

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Api
2727
/**
2828
* the library version
2929
*/
30-
public const VERSION = "0.9.1";
30+
public const VERSION = "0.10.0";
3131

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

0 commit comments

Comments
 (0)