Skip to content

Commit

Permalink
v 2.68.1
Browse files Browse the repository at this point in the history
- Update github workflows.
  • Loading branch information
Darklg committed Jan 26, 2024
1 parent c183436 commit baee839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: PHP Lint
uses: michaelw90/PHP-Lint@2.1.0
Expand Down
4 changes: 2 additions & 2 deletions wpubaseplugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: https://github.com/WordPressUtilities/wpubaseplugin
Update URI: https://github.com/WordPressUtilities/wpubaseplugin
Description: A framework for a WordPress plugin
Version: 2.68.0
Version: 2.68.1
Author: Darklg
Author URI: https://darklg.me/
Text Domain: wpubaseplugin
Expand All @@ -20,7 +20,7 @@

class WPUBasePlugin {

public $version = '2.68.0';
public $version = '2.68.1';

private $utilities_classes = array(
'messages' => array(
Expand Down

0 comments on commit baee839

Please sign in to comment.