From 209486aafbe879b5984d2aff72961fb65a395102 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Wed, 14 Aug 2013 18:03:54 +0800 Subject: [PATCH] Version bump 2.1.11 --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef24f87..0166850 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ Yes, please do contribute. But before this, you should read our [Contributing Gu ## Changelog +**Aug 14th, 2013** `2.1.11` + +- Check the way to check sudoer +- Update dependencies +- Fix path.delimiter for windows #76 + **July 30th, 2013** `2.1.10` - Configure proxy diff --git a/package.json b/package.json index 295b6dd..13a0e89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spm", - "version": "2.1.10", + "version": "2.1.11", "preferGlobal": "true", "description": "Static Package Manager", "author": "Hsiaoming Yang ",