Skip to content

Commit

Permalink
set version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tal7aouy committed Oct 19, 2024
1 parent 8f9bbe3 commit ad35eec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add rector for code style
- fix code style issues
- correct some typos & improve readme

## [1.0.2] - 2024-10-14

## [1.0.3] - 2024-10-19
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tal7aouy/yusr",
"description": "A lightweight HTTP client library for PHP inspired by Guzzle.",
"version": "1.0.2",
"version": "1.0.3",
"type": "library",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -59,4 +59,4 @@
"test": "./vendor/bin/pest",
"rector": "./vendor/bin/rector process src tests"
}
}
}

0 comments on commit ad35eec

Please sign in to comment.