Skip to content

Commit

Permalink
Bump workos-php used and self to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Chan authored and henrylamchan committed Sep 14, 2020
1 parent 6090e95 commit 7412e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=5.6.0",
"illuminate/support": "^5.0 || ^6.0 || ^7.0",
"workos/workos-php": "0.5.0"
"workos/workos-php": "0.5.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
final class Version
{
const SDK_IDENTIFIER = "WorkOS PHP Laravel";
const SDK_VERSION = '0.5.0';
const SDK_VERSION = '0.5.1';
}

0 comments on commit 7412e0a

Please sign in to comment.