Skip to content

Commit

Permalink
Bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Aug 22, 2021
1 parent 01f66c4 commit 9c90a3b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
{
"name": "rmb-recipe-block",
"title": "Recipe Block",
"version": "1.1.1",
"version": "1.1.2",
"author": "Kelly Choyce-Dwan",
"license": "GPL-2.0-or-later",
"homepage": "https://ryelle.codes/",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== Recipe Block ===
Contributors: ryelle
Stable tag: 1.1.1
Stable tag: 1.1.2
Requires at least: 5.5
Tested up to: 5.8
Requires PHP: 7.0
Expand Down Expand Up @@ -32,6 +32,9 @@ Plugin icon from [Material.](https://material.io/resources/icons/)

== Changelog ==

= 1.1.2 =
* Update dependencies and compatibility with WordPress 5.8

= 1.1.1 =
* Fix minor issue with version number
* Remove unnecessary development config files
Expand Down
4 changes: 2 additions & 2 deletions rmb-recipe-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Recipe Block
* Plugin URI: https://github.com/ryelle/rmb-recipe-block
* Description: A block for displaying recipe content on your site.
* Version: 1.1.1
* Version: 1.1.2
* Author: Kelly Choyce-Dwan
* Author URI: https://ryelle.codes
* Text Domain: rmb-recipe-block
Expand All @@ -12,7 +12,7 @@
*/

defined( 'ABSPATH' ) || die();
define( 'RMB_RECIPE_VERSION', '1.1.1' );
define( 'RMB_RECIPE_VERSION', '1.1.2' );

/**
* Load up the assets if the assets file exists
Expand Down

0 comments on commit 9c90a3b

Please sign in to comment.