From 0d05877ab5a6a1e2d1497c9f7d900c5f8521cc95 Mon Sep 17 00:00:00 2001 From: Lobanov Dmitry Date: Thu, 4 Feb 2016 18:23:50 +0300 Subject: [PATCH] Bump version to 1.1.1 --- JWT.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JWT.podspec b/JWT.podspec index fd795b0f..9a48bd6d 100644 --- a/JWT.podspec +++ b/JWT.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'JWT' - s.version = '1.1.0' + s.version = '1.1.1' s.summary = 'A JSON Web Token implementation in Objective-C.' s.homepage = 'https://github.com/yourkarma/jwt' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Klaas Pieter Annema' => 'klaaspieter@annema.me' } - s.source = { :git => 'https://github.com/yourkarma/JWT.git', :tag => '1.1.0' } + s.source = { :git => 'https://github.com/yourkarma/JWT.git', :tag => '1.1.1' } s.ios.deployment_target = '6.0' s.osx.deployment_target = '10.8' s.source_files = 'JWT/**/*.{h,m}'