From 54ebfe7f746ed27ea3748513629a57a5cbd4316d Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Fri, 4 Dec 2015 15:31:36 +0000 Subject: [PATCH] Release 0.3.1 --- Commander.podspec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Commander.podspec.json b/Commander.podspec.json index 4a28ac0..b4c604a 100644 --- a/Commander.podspec.json +++ b/Commander.podspec.json @@ -1,6 +1,6 @@ { "name": "Commander", - "version": "0.3.0", + "version": "0.3.1", "summary": "Compose beautiful command line interfaces", "homepage": "https://github.com/kylef/Commander", "license": { @@ -13,7 +13,7 @@ "social_media_url": "http://twitter.com/kylefuller", "source": { "git": "https://github.com/kylef/Commander.git", - "tag": "0.3.0" + "tag": "0.3.1" }, "source_files": "Sources/*.{h,swift}", "platforms": {