Skip to content

Commit

Permalink
feat: set composer version to 1.0.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkr authored Jun 17, 2024
1 parent 564c96b commit 6cd72ea
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
@@ -1,6 +1,6 @@
{
"name": "integration-os/authkit-php",
"version": "1.1.3",
"version": "1.0.0",
"type": "library",
"autoload": {
"psr-4": {
Expand All @@ -17,4 +17,4 @@
"guzzlehttp/guzzle": "^7.8",
"ext-json": "*"
}
}
}

0 comments on commit 6cd72ea

Please sign in to comment.