From 6300f1ac7b24a67f68e8ef80e91c4efbfaccd0dd Mon Sep 17 00:00:00 2001 From: CHEN Xian-an Date: Fri, 30 Mar 2018 22:28:50 +0800 Subject: [PATCH] Bump version --- MenuItemKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MenuItemKit.podspec b/MenuItemKit.podspec index a8a1d35..a95beb7 100644 --- a/MenuItemKit.podspec +++ b/MenuItemKit.podspec @@ -1,7 +1,7 @@ # coding: utf-8 Pod::Spec.new do |s| s.name = "MenuItemKit" - s.version = "3.1.0" + s.version = "3.1.1" s.summary = "MenuItemKit provides image and closure(block) support for UIMenuItem." s.author = "CHEN Xian’an " s.homepage = "https://github.com/cxa/MenuItemKit"