From 3e0920fc126402273b21392abcb55875b7e3d8ac Mon Sep 17 00:00:00 2001 From: Fallen_Breath Date: Wed, 9 Mar 2022 16:11:55 +0800 Subject: [PATCH] v1.2.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 91235c9..7dbef3f 100644 --- a/mcdreforged.plugin.json +++ b/mcdreforged.plugin.json @@ -1,6 +1,6 @@ { "id": "pcrc", - "version": "1.1.0", + "version": "1.2.0", "name": "PCRC", "description": { "en_us": "PyCraft based Replay Client", diff --git a/pcrc/constant.py b/pcrc/constant.py index 9a6d132..4912702 100644 --- a/pcrc/constant.py +++ b/pcrc/constant.py @@ -1,4 +1,4 @@ -VERSION = '1.1.0' +VERSION = '1.2.0' PACKAGE_NAME = 'pcrc' MILLI_SECOND_PER_HOUR = 60 * 60 * 1000