Skip to content

Commit

Permalink
Merge pull request #1098 from kenjis/release-1.0.3
Browse files Browse the repository at this point in the history
Prep for 1.0.3 release
  • Loading branch information
kenjis authored Apr 14, 2024
2 parents 2ed8b33 + ef1659c commit 3fbac7a
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 @@ -31,7 +31,7 @@
"require-dev": {
"codeigniter/phpstan-codeigniter": "^1.3",
"codeigniter4/devkit": "^1.0",
"codeigniter4/framework": "^4.3.5",
"codeigniter4/framework": ">=4.3.5 <4.5.0 || ^4.5.1",
"firebase/php-jwt": "^6.4",
"mikey179/vfsstream": "^1.6.7",
"mockery/mockery": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Auth
/**
* The current version of CodeIgniter Shield
*/
public const SHIELD_VERSION = '1.0.2';
public const SHIELD_VERSION = '1.0.3';

protected AuthConfig $config;
protected ?Authentication $authenticate = null;
Expand Down

0 comments on commit 3fbac7a

Please sign in to comment.