From b67b4b80c5dc3809b1fc94935520ddd1739f8c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=BD=E5=9F=B9=E8=80=85?= Date: Wed, 4 Sep 2019 20:52:47 +0800 Subject: [PATCH] releases: v1.2.2 --- package.json | 2 +- public/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index aa6396beb..09026f008 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pt-plugin-plus", - "version": "1.2.1", + "version": "1.2.2", "author": { "name": "ronggang", "url": "https://github.com/ronggang" diff --git a/public/manifest.json b/public/manifest.json index cc8597af4..44f98d20d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,8 +1,8 @@ { "name": "__MSG_manifest_appName__", "short_name": "__MSG_manifest_shortName__", - "version": "1.2.1", - "version_name": "1.2.1", + "version": "1.2.2", + "version_name": "1.2.2", "description": "__MSG_manifest_appDescription__", "manifest_version": 2, "default_locale": "zh_CN",