Skip to content

Commit

Permalink
🔖 Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrissiQ committed May 10, 2023
1 parent 4708b77 commit 8f5fb68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replace-social-services-icons",
"version": "0.2.0",
"version": "0.2.1",
"author": "Evans Hunt",
"description": "",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions replace-social-services-icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

/**
* Plugin Name: Replace Social Services Icons
* Version: 0.2.0
* Version: 0.2.1
*/

class Replace_Social_Services_Icons
{
private static $version = '0.2.0';
private static $version = '0.2.1';

private static function replace_icons(string $block_content, array $block, string $dir, $settings)
{
Expand Down

0 comments on commit 8f5fb68

Please sign in to comment.