Skip to content

Commit

Permalink
update version number to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aurooba committed Apr 8, 2023
1 parent 5d43d6e commit 89caf0d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superlist-block",
"version": "0.1.0",
"version": "0.1.1",
"description": "A list block that allows you to nest other blocks in each list item.",
"author": "Aurooba Ahmed",
"license": "GPL-2.0-or-later",
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: aurooba, cr0ybot
Tags: block, list, nesting, repeater, superlist
Requires at least: 5.9
Tested up to: 6.0
Tested up to: 6.2
Requires PHP: 7.0
Stable tag: 0.1.0
Stable tag: 0.1.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://github.com/sponsors/aurooba
Expand Down Expand Up @@ -58,5 +58,8 @@ https://youtu.be/wqzw-XrwuQE

== Changelog ==

= 0.1.1 =
* Fix registration bug that was causing the block to not install correctly

= 0.1.0 =
* Release
2 changes: 1 addition & 1 deletion src/superlist-item/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"parent": [
"createwithrani/superlist"
],
"version": "0.1.0",
"version": "0.1.1",
"title": "Super List Item",
"category": "design",
"description": "A list item that allows you to nest as many other blocks as you like inside it.",
Expand Down
2 changes: 1 addition & 1 deletion src/superlist/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": "createwithrani/superlist-block",
"version": "0.1.0",
"version": "0.1.1",
"title": "Super List",
"category": "design",
"description": "Nest multiple blocks inside list items in any kind of list (ordered, unordered, no marker, etc)",
Expand Down
2 changes: 1 addition & 1 deletion superlist-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Nest multiple blocks inside lists of any kind of list (ordered, unordered, no marker, etc), or do away with list markers and use it like a repeater!
* Requires at least: 5.9
* Requires PHP: 7.0
* Version: 0.1.0
* Version: 0.1.1
* Author: Aurooba Ahmed
* Author URI: https://aurooba.com
* License: GPL-2.0-or-later
Expand Down

0 comments on commit 89caf0d

Please sign in to comment.