Skip to content

Commit

Permalink
up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoensing committed Jan 4, 2024
1 parent d8380b1 commit 91fe7ae
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions build/game-list/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "https://json.schemastore.org/block.json",
"apiVersion": 2,
"name": "game-review/game-list",
"version": "3.9.3",
"title": "Game List",
"version": "4.0.3",
"title": "Game Review List",
"category": "widgets",
"icon": "editor-ol",
"supports": {
Expand Down
4 changes: 2 additions & 2 deletions build/game-table/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "https://json.schemastore.org/block.json",
"apiVersion": 2,
"name": "game-review/game-table",
"version": "4.0.0",
"title": "Game Table",
"version": "4.0.3",
"title": "Game Review Table",
"category": "widgets",
"icon": "editor-table",
"supports": {
Expand Down
4 changes: 2 additions & 2 deletions build/random-game/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "https://json.schemastore.org/block.json",
"apiVersion": 2,
"name": "game-review/random-game",
"version": "3.9.3",
"title": "Random Game",
"version": "4.0.3",
"title": "Game Review Random Game",
"category": "widgets",
"icon": "randomize",
"supports": {
Expand Down
2 changes: 1 addition & 1 deletion build/review-box/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/block.json",
"apiVersion": 2,
"name": "game-review/review-box",
"version": "3.9.3",
"version": "4.0.3",
"title": "Game Review Box",
"category": "widgets",
"icon": "games",
Expand Down
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": "game-review-block",
"version": "4.0.2",
"version": "4.0.3",
"description": "Add a review rating block with a score from 1 to 10 to your post. Adds schema.org meta data for Rich Results in search engines.",
"author": "Marc Tönsing",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: MarcDK
Tags: block, review, schema, rating, shortscore
Requires at least: 5.9
Tested up to: 6.4
Stable tag: 4.0.2
Stable tag: 4.0.3
Requires PHP: 7.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
4 changes: 2 additions & 2 deletions src/game-list/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "https://json.schemastore.org/block.json",
"apiVersion": 2,
"name": "game-review/game-list",
"version": "3.9.3",
"title": "Game List",
"version": "4.0.3",
"title": "Game Review List",
"category": "widgets",
"icon": "editor-ol",
"supports": {
Expand Down
4 changes: 2 additions & 2 deletions src/game-table/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "https://json.schemastore.org/block.json",
"apiVersion": 2,
"name": "game-review/game-table",
"version": "4.0.0",
"title": "Game Table",
"version": "4.0.3",
"title": "Game Review Table",
"category": "widgets",
"icon": "editor-table",
"supports": {
Expand Down
4 changes: 2 additions & 2 deletions src/random-game/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "https://json.schemastore.org/block.json",
"apiVersion": 2,
"name": "game-review/random-game",
"version": "3.9.3",
"title": "Random Game",
"version": "4.0.3",
"title": "Game Review Random Game",
"category": "widgets",
"icon": "randomize",
"supports": {
Expand Down
2 changes: 1 addition & 1 deletion src/review-box/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/block.json",
"apiVersion": 2,
"name": "game-review/review-box",
"version": "3.9.3",
"version": "4.0.3",
"title": "Game Review Box",
"category": "widgets",
"icon": "games",
Expand Down

0 comments on commit 91fe7ae

Please sign in to comment.