From 08bea21817e87d91d3c820b1a03ae25d5d4c9890 Mon Sep 17 00:00:00 2001 From: Martin Rechsteiner Date: Sun, 19 Feb 2017 16:14:20 +0100 Subject: [PATCH] Release v0.2.0 --- Parchment.podspec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Parchment.podspec.json b/Parchment.podspec.json index 0c3afd19..fbb4ef89 100644 --- a/Parchment.podspec.json +++ b/Parchment.podspec.json @@ -1,6 +1,6 @@ { "name": "Parchment", - "version": "0.1.2", + "version": "0.2.0", "license": "MIT", "summary": "A flexible paging menu controller with support for infinite data sources.", "description": "Parchment allows you to page between view controllers while showing menu items that scrolls along with the content. It’s build to be very customizable, it’s well-tested and written fully in Swift.", @@ -11,7 +11,7 @@ "social_media_url": "http://twitter.com/rechsteiner", "source": { "git": "https://github.com/rechsteiner/Parchment.git", - "tag": "v0.1.2" + "tag": "v0.2.0" }, "platforms": { "ios": "8.2"