Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from fiskaly/feature/v1.2.200
Browse files Browse the repository at this point in the history
Upgrade Service to v1.2.200
  • Loading branch information
pgaubatz authored May 12, 2021
2 parents 315b4cb + cb2f1ac commit 41736ab
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
Expand Up @@ -5,7 +5,7 @@
"type": "library",
"homepage": "https://github.com/fiskaly/fiskaly-sdk-php",
"license": "MIT",
"version": "1.2.100",
"version": "1.2.200",
"require": {
"php": ">=7.1",
"datto/json-rpc-http": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/FiskalyClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class FiskalyClient
{
/** @var string */
const SDK_VERSION = '1.2.100';
const SDK_VERSION = '1.2.200';

/** @var string */
private $context = '';
Expand Down

0 comments on commit 41736ab

Please sign in to comment.