Skip to content

Commit f43e610

Browse files
committed
bumping to v0.12
1 parent 0ab975c commit f43e610

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "clicksports/lex-office-api",
3-
"version": "0.11.0",
43
"type": "library",
54
"description": "Simple API Integration for Lex-Office",
65
"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
@@ -28,7 +28,7 @@ class Api
2828
/**
2929
* the library version
3030
*/
31-
public const VERSION = "0.11.0";
31+
public const VERSION = "0.12.0";
3232

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

0 commit comments

Comments
 (0)