Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnynews committed Apr 16, 2024
1 parent e8529a6 commit 93f274c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploytowp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '7.0'
coverage: none
tools: composer

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-asset-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '7.0'
coverage: none
tools: composer, cs2pr

Expand Down
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# REST API blocks
Contributors: spacedmonkey
Donate link: https://github.com/sponsors/spacedmonkey
Tags: blocks, gutenberg, api, wp-json, rest-api
Requires at least: 5.5
Tested up to: 6.4
Requires PHP: 7.0.0
Stable tag: 1.0.1
License: GPLv3 or later
Contributors: spacedmonkey
Donate link: https://github.com/sponsors/spacedmonkey
Tags: blocks, gutenberg, api, wp-json, rest-api
Requires at least: 5.5
Tested up to: 6.5
Requires PHP: 7.0.0
Stable tag: 1.0.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

![](.wordpress-org/banner-1544x500.png)
Expand Down
2 changes: 1 addition & 1 deletion wp-rest-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://www.spacedmonkey.com/
* Text Domain: wp-rest-blocks
* Domain Path: /languages
* Version: 1.0.0
* Version: 1.0.2
* Requires at least: 5.5
* Requires PHP: 7.0
*
Expand Down

0 comments on commit 93f274c

Please sign in to comment.