Skip to content

Commit

Permalink
🔖 Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrissiQ committed Nov 30, 2022
1 parent c815826 commit 67e10e4
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.1.0",
"version": "0.1.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.1.0
* Version: 0.1.1
*/

class Replace_Social_Services_Icons
{
private static $version = '0.1.0';
private static $version = '0.1.1';

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

0 comments on commit 67e10e4

Please sign in to comment.