From bc46d3af3830e09c61cc9acbbea8255424722824 Mon Sep 17 00:00:00 2001 From: Fallen_Breath Date: Fri, 30 Sep 2022 22:18:00 +0800 Subject: [PATCH] v1.4.0 --- mcdreforged.plugin.json | 2 +- pcrc/constant.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mcdreforged.plugin.json b/mcdreforged.plugin.json index 2862a8d..ed01f89 100644 --- a/mcdreforged.plugin.json +++ b/mcdreforged.plugin.json @@ -1,6 +1,6 @@ { "id": "pcrc", - "version": "1.3.0", + "version": "1.4.0", "name": "PCRC", "description": { "en_us": "PyCraft based Replay Client", diff --git a/pcrc/constant.py b/pcrc/constant.py index 4521a86..7beb6ec 100644 --- a/pcrc/constant.py +++ b/pcrc/constant.py @@ -1,4 +1,4 @@ -VERSION = '1.3.0' +VERSION = '1.4.0' PACKAGE_NAME = 'pcrc' MILLI_SECOND_PER_HOUR = 60 * 60 * 1000