Skip to content

Commit

Permalink
chore(release): release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
recanman committed May 25, 2024
1 parent abf0811 commit de44f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["Monero", "XMR", "cryptonote", "cryptocurrency", "crypto", "cryptography"],
"homepage": "https://github.com/monero-integrations/monerophp",
"type": "library",
"version" : "1.0.1",
"version" : "1.0.3",
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -62,7 +62,7 @@
"lint": "pint --preset psr12 -v",
"test:lint": "pint --preset psr12 --test -v",
"test:phpstan": "phpstan analyse --ansi --memory-limit=1G",
"test:unit": "phpunit --testsuite unit",
"test:unit": "phpunit --testsuite unit tests/unit/CryptonoteTest.php",
"test": [
"@test:lint",
"@test:phpstan",
Expand Down

0 comments on commit de44f4f

Please sign in to comment.