From 5f734a60303a20177cada01f2f7d5da9f5e85174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Mon, 30 Jan 2017 21:00:49 +0800 Subject: [PATCH] Update Version Number --- botanjs/src/Components/Vim/_this.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botanjs/src/Components/Vim/_this.js b/botanjs/src/Components/Vim/_this.js index b221d18..062efb8 100644 --- a/botanjs/src/Components/Vim/_this.js +++ b/botanjs/src/Components/Vim/_this.js @@ -1,4 +1,4 @@ -var VIMRE_VERSION = "1.0.0"; +var VIMRE_VERSION = "1.0.1"; (function(){ var ns = __namespace( "Components.Vim" );