Skip to content
This repository was archived by the owner on Jul 7, 2024. It is now read-only.

Commit ef41167

Browse files
committed
version bump
1 parent c1a2685 commit ef41167

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chatterbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Chatterbox
44
* Description: Create chat threads using WordPress Blocks inside app and device wrappers.
5-
* Version: 0.1.0
5+
* Version: 0.1.1
66
* Author: Dave Ryan
77
* License: GPL-2.0-or-later
88
* License URI: https://www.gnu.org/licenses/gpl-2.0.html

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatterbox",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Create chat threads using WordPress Blocks inside app and device wrappers.",
55
"author": "Dave Ryan",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Contributors: dryanpress
55
Tags: block, chat, message, mobile, gutenberg
66
Requires at least: 5.3.2
77
Tested up to: 5.3.2
8-
Stable tag: 0.1.0
8+
Stable tag: 0.1.1
99
Requires PHP: 7.0.0
1010
License: GPL-2.0-or-later
1111
License URI: https://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)