From 42f62e62c304a0b0a40ff7bf226dd01832b3facd Mon Sep 17 00:00:00 2001 From: Sergey Kuryanov Date: Tue, 10 Jul 2018 22:50:46 +0300 Subject: [PATCH] Bump version to 1.2.3 --- librato-iOS.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librato-iOS.podspec b/librato-iOS.podspec index be74eb5..5071497 100644 --- a/librato-iOS.podspec +++ b/librato-iOS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "librato-iOS" - s.version = "1.2.2" + s.version = "1.2.3" s.summary = "Librato library for iOS" s.description = <<-DESC A simple, delightful wrapper for the Librato API with conveniences for common use cases