From 579222f1f0bdedc1991f4296d9f65998398d8ae0 Mon Sep 17 00:00:00 2001 From: Henri Normak Date: Mon, 26 Dec 2016 12:40:01 +0200 Subject: [PATCH] Bumping version Onto 1.1.2 --- Heimdall.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Heimdall.podspec b/Heimdall.podspec index e2d8951..4e2fd6e 100644 --- a/Heimdall.podspec +++ b/Heimdall.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Heimdall" - s.version = "1.1.1" + s.version = "1.1.2" s.summary = "Heimdall is a wrapper around the Security framework for simple encryption/decryption operations." s.license = { :type => "MIT", :file => "LICENSE" }