From 94421273b0d65b87c544046dde8c209fbd922fe0 Mon Sep 17 00:00:00 2001 From: Abner Chou Date: Tue, 15 Nov 2016 16:40:24 -0500 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 818b6f7..64a8bfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-deployer-rsync", - "version": "0.1.2", + "version": "0.1.3", "description": "Rsync deployer plugin of Hexo.", "main": "index", "scripts": { @@ -36,4 +36,4 @@ "chalk": "^1.1.3", "hexo-util": "^0.6.0" } -} \ No newline at end of file +}