From c3468107169db4badee662aecb64bb5d8ef16b78 Mon Sep 17 00:00:00 2001 From: mkobayashime Date: Wed, 3 Jun 2020 14:23:55 +0900 Subject: [PATCH] [Chore] Change version number to 1.2 --- README.md | 2 +- package.json | 2 +- public/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 089c92b..a01cdef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Switch TweetDeck Account -[![Version](https://img.shields.io/badge/Version-1.1-blue.svg?style=for-the-badge)](https://chrome.google.com/webstore/detail/switch-tweetdeck-account/jhclgjipjcengbapikaenmopdinlnpin) +[![Version](https://img.shields.io/badge/Version-1.2-blue.svg?style=for-the-badge)](https://chrome.google.com/webstore/detail/switch-tweetdeck-account/jhclgjipjcengbapikaenmopdinlnpin) [![MIT License](https://img.shields.io/github/license/mkobayashime/switch-tweetdeck-account.svg?style=for-the-badge)](https://github.com/mkobayashime/switch-tweetdeck-account/blob/master/LICENSE) Chrome Extension for switching Twitter account used for tweet on TweetDeck by shortcut keys. diff --git a/package.json b/package.json index 48f310b..f5fc572 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "switch-tweetdeck-account", - "version": "1.1", + "version": "1.2", "description": "Chrome Extension for switching Twitter account used for tweet on TweetDeck by shortcut keys.", "private": true, "scripts": { diff --git a/public/manifest.json b/public/manifest.json index 9e7d134..ec1f90d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Switch TweetDeck Account", - "version": "1.1", + "version": "1.2", "description": "Chrome Extension for switching Twitter account used for tweet on TweetDeck by shortcut keys.", "icons": { "16": "icons/icon_16.png",