From 6dd17cc055673a2eacece8f722beadbcd28e1de1 Mon Sep 17 00:00:00 2001 From: ALONELUR Date: Wed, 15 Dec 2021 09:41:38 +0800 Subject: [PATCH] version 0.0.2 - Improve code by eslint - Add license --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7a519d0..19c95b8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vim-im-select", "name": "Vim IM Select", - "version": "0.0.1", + "version": "0.0.2", "minAppVersion": "0.12.0", "description": "Support auto select the apposite input method in different vim mode", "author": "Alonelur", diff --git a/versions.json b/versions.json index c4fa514..b6a9144 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.0.1": "0.12.0" + "0.0.1": "0.12.0", + "0.0.2": "0.12.0" } \ No newline at end of file