Skip to content

Commit 1c75364

Browse files
committed
chore: bump package version
1 parent 3e04bff commit 1c75364

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.3] - 2020-03-14
10+
### Fixed
11+
- Fix JSON extension compatibility with PHP 7.4
12+
913
## [1.0.2] - 2019-10-07
1014
### Fixed
1115
- Remove wrong scalar type declaration at resource call method (Thanks to [@MegaThorx](https://github.com/MegaThorx) in [PR #6](https://github.com/multitheftauto/mtasa-php-sdk/pull/6))

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "multitheftauto/mtasa-php-sdk",
33
"description": "MTA SDK to interact with MTA's server.",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"type": "library",
66
"license": "MIT",
77
"minimum-stability": "stable",

0 commit comments

Comments
 (0)