Skip to content

Commit

Permalink
Merge pull request #20 from happyprime/bump/0.3.0
Browse files Browse the repository at this point in the history
Bump 0.3.0 Toggle Block
  • Loading branch information
jeremyfelt authored May 9, 2024
2 parents 205d3c3 + dd777cd commit 82bca01
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "happyprime/toggle-block",
"description": "Add a toggle to show and hide another block.",
"version": "0.2.0",
"version": "0.3.0",
"type": "wordpress-plugin",
"minimum-stability": "stable",
"license": "GPLv2-or-later",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

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": "toggle-block",
"version": "0.2.0",
"version": "0.3.0",
"description": "Add a toggle to show and hide another block",
"author": "Happy Prime",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Toggle Block
* Description: Add a toggle to show and hide another block.
* Version: 0.2.0
* Version: 0.3.0
* Plugin URI: https://github.com/happyprime/toggle-block/
* Author: Happy Prime
* Author URI: https://happyprime.co
Expand Down

0 comments on commit 82bca01

Please sign in to comment.