Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
R1ckyH committed Dec 20, 2022
1 parent c37a725 commit b298e21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChatBridgeReforged_MC.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

PLUGIN_METADATA = {
"id": "chatbridgereforged_mc",
"version": "0.2.6-dev031",
"version": "0.2.7-dev032",
"name": "ChatBridgeReforged_MC",
"description": "Reforged of ChatBridge, Client for normal mc server.",
"author": "ricky",
Expand Down
2 changes: 1 addition & 1 deletion ChatBridgeReforged_MC/chatbridgereforged_mc/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

PREFIX = "!!CBR"
PREFIX2 = "!!cbr"
VERSION = "0.2.6-dev031"
VERSION = "0.2.7-dev032"
LIB_VERSION = "v20210915"
CLIENT_TYPE = "mc"

Expand Down
2 changes: 1 addition & 1 deletion ChatBridgeReforged_MC/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "chatbridgereforged_mc",
"version": "0.2.6-dev031",
"version": "0.2.7-dev032",
"name": "ChatBridgeReforged_MC",
"description": {
"en_us": "Reforged of ChatBridge, interaction with other clients(such as minecraft server, discord bots or other custom clients).",
Expand Down
2 changes: 1 addition & 1 deletion ChatBridgeReforged_cqhttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

METADATA = {
"id": "cqhttp",
"version": "0.2.6-dev031",
"version": "0.2.7-dev032",
"name": "cqhttp",
"description": "Reforged of ChatBridge, Client for cqhttp.",
"author": "ricky",
Expand Down
2 changes: 1 addition & 1 deletion cbr/lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if TYPE_CHECKING:
from cbr.lib.logger import CBRLogger

CHATBRIDGEREFORGED_VERSION = "0.2.6-dev031"
CHATBRIDGEREFORGED_VERSION = "0.2.7-dev032"
LIB_VERSION = "v20210915"
DEFAULT_CONFIG_PATH = "cbr/resources/default_config.yml"
CONFIG_PATH = "config.yml"
Expand Down

0 comments on commit b298e21

Please sign in to comment.