From 96b0a691c510d8e269b69e6989e6dd5d66b7fa60 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: Tue, 7 Mar 2017 15:54:25 +0800 Subject: [PATCH] Advanced 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 bd9c236..afe9494 100644 --- a/botanjs/src/Components/Vim/_this.js +++ b/botanjs/src/Components/Vim/_this.js @@ -1,4 +1,4 @@ -var VIMRE_VERSION = "1.0.1"; +var VIMRE_VERSION = "1.0.2"; (function(){ var ns = __namespace( "Components.Vim" );