From 9a66a78aec178edc2a67dbccbfd407ffa7157f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B8=CC=86=20=D0=93=D0=B0?= =?UTF-8?q?=D0=BB=D0=B5=D0=B7=D0=B4=D0=B8=D0=BD=D0=BE=D0=B2?= Date: Mon, 25 Nov 2019 01:51:57 +0300 Subject: [PATCH] update pod version --- iso4217.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso4217.podspec b/iso4217.podspec index d01136b..70c0502 100644 --- a/iso4217.podspec +++ b/iso4217.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'iso4217' -s.version = '0.1.1' +s.version = '0.1.2' s.summary = 'Small swift library to work with currencies in ISO-4217 format.' s.homepage = 'https://github.com/Sega-Zero/swift-iso-4217'