Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iniznet committed Apr 20, 2024
1 parent 5cd8f46 commit af5121a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions authcred.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: AuthCRED
* Plugin URI: https://github.com/iniznet/authcred
* Description: Provide simple authentication alongside mycred integration with shortcodes
* Version: 1.3.0
* Version: 1.3.1
* Requires at least: 5.8
* Requires PHP: 7.2
* Author: niznet
Expand Down Expand Up @@ -43,4 +43,4 @@ public function register_deactivation_hook(){}
public static function register_uninstall_hook(){}
}

new AuthCRED('authcred');
new AuthCRED('authcred');
6 changes: 3 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name" : "AuthCRED",
"version" : "1.3.0",
"download_url" : "https://github.com/iniznet/authcred/releases/download/v1.3.0/authcred-v1.3.0.zip",
"version" : "1.3.1",
"download_url" : "https://github.com/iniznet/authcred/releases/download/v1.3.1/authcred-v1.3.1.zip",
"sections" : {
"description" : "Provide Authentication pages & system alongside mycred integration."
}
}
}

0 comments on commit af5121a

Please sign in to comment.