Skip to content
Snippets Groups Projects
Commit 4eb41403 authored by Namirasoft DEV's avatar Namirasoft DEV
Browse files

build

parent fa3967de
Branches
Tags 1.4.11
No related merge requests found
......@@ -2,7 +2,7 @@
"name": "namirasoft/history",
"description": "Namira Software Corporation History PHP Package",
"type": "library",
"version": "1.4.10",
"version": "1.4.11",
"authors": [
{
"name": "Amir Abolhasani",
......
......@@ -8,7 +8,7 @@
"framework": "composer",
"application": "package",
"private": false,
"version": "1.4.10",
"version": "1.4.11",
"author": "Amir Abolhasani",
"license": "MIT"
}
\ No newline at end of file
......@@ -28,6 +28,6 @@ class NamirasoftHistoryServerBase extends NSABaseServer
{
public function __construct(String $base_url, TokenManager $manager, callable $onError)
{
parent::__construct($base_url, "1.4.10", $manager, $onError);
parent::__construct($base_url, "1.4.11", $manager, $onError);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment