Skip to content

Commit

Permalink
🔖 Update version for WP.org release
Browse files Browse the repository at this point in the history
  • Loading branch information
davisshaver committed May 10, 2022
1 parent cf02eed commit 8071f42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-rainbow",
"version": "0.2.6",
"version": "0.2.7",
"description": "RainbowKit Login (Web3 Integration for Sign-In With Ethereum)",
"author": "Davis Shaver",
"license": "GPL-2.0-or-later",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: WordPress, web3, SIWE, Ethereum, RainbowKit, Sign-In With Ethereum
Tested up to: 6.0
Requires at least: 5.9
Requires PHP: 7.0
Stable tag: 0.2.6
Stable tag: 0.2.7
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -45,6 +45,9 @@ Find reference implementations of all filters in [example plugin here](https://g

== Changelog ==

= 0.2.7 =
* Optimize files included in plugin on WordPress.org

= 0.2.6 =
* Optimize files included in plugin on WordPress.org

Expand Down
4 changes: 2 additions & 2 deletions wp-rainbow.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: RainbowKit Login (Web3 Integration for Sign-In With Ethereum)
* Plugin URI: https://wp-rainbow.davisshaver.com/
* Description: WP Rainbow allows WordPress users to log in with Ethereum using the Sign-In With Ethereum standard, powered by RainbowKit.
* Version: 0.2.6
* Version: 0.2.7
* Author: Davis Shaver
* Author URI: https://davisshaver.com/
* License: GPL v2 or later
Expand All @@ -27,7 +27,7 @@
*
* @var string
*/
define( 'WP_RAINBOW_ASSETS_VERSION', '0.2.6' );
define( 'WP_RAINBOW_ASSETS_VERSION', '0.2.7' );

// Include the autoloader.
add_action(
Expand Down

0 comments on commit 8071f42

Please sign in to comment.