From 8142ccfe196ff85d6a0c57dbd02bad89d0462658 Mon Sep 17 00:00:00 2001 From: Zev Eisenberg Date: Tue, 9 Feb 2016 22:17:17 -0500 Subject: [PATCH] Bump version to 2.3. --- BonMot.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BonMot.podspec b/BonMot.podspec index c3b3e63b..cc18f02e 100644 --- a/BonMot.podspec +++ b/BonMot.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BonMot" - s.version = "2.2" + s.version = "2.3" s.summary = "An Objective-C attributed string generation library." s.description = <<-DESC BonMot removes all the mystery from creating beautiful, powerful attributed strings on iOS.