From eb90e4b453a45267aa65b5f7441be6e2f62813a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=BD=E5=9F=B9=E8=80=85?= Date: Thu, 1 Aug 2019 09:52:36 +0800 Subject: [PATCH] releases: v1.1.2 --- package.json | 2 +- public/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f4f562d12..db01c0878 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pt-plugin-plus", - "version": "1.1.1", + "version": "1.1.2", "author": { "name": "ronggang", "url": "https://github.com/ronggang" diff --git a/public/manifest.json b/public/manifest.json index 2563f6b2b..e503c7df4 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,8 +1,8 @@ { "name": "__MSG_manifest_appName__", "short_name": "__MSG_manifest_shortName__", - "version": "1.1.1", - "version_name": "1.1.1", + "version": "1.1.2", + "version_name": "1.1.2", "description": "__MSG_manifest_appDescription__", "manifest_version": 2, "default_locale": "zh_CN",