Skip to content

Commit

Permalink
chore: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecastro98 committed Mar 15, 2020
1 parent 3e04bff commit 1c75364
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3] - 2020-03-14
### Fixed
- Fix JSON extension compatibility with PHP 7.4

## [1.0.2] - 2019-10-07
### Fixed
- 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))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multitheftauto/mtasa-php-sdk",
"description": "MTA SDK to interact with MTA's server.",
"version": "1.0.2",
"version": "1.0.3",
"type": "library",
"license": "MIT",
"minimum-stability": "stable",
Expand Down

0 comments on commit 1c75364

Please sign in to comment.