From 9f164edb5ce4e96922765cbcd3f2f4c92e6e6e44 Mon Sep 17 00:00:00 2001 From: mattdonnelly Date: Thu, 16 Jan 2014 18:33:30 +0000 Subject: [PATCH] Bump version to 1.0 --- MDHTMLLabel.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MDHTMLLabel.podspec b/MDHTMLLabel.podspec index a4bbada..a6a0ae3 100644 --- a/MDHTMLLabel.podspec +++ b/MDHTMLLabel.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'MDHTMLLabel' - s.version = '0.0.6' + s.version = '1.0' s.license = 'MIT' s.summary = 'A lightweight, easy to use replacement for UILabel which allows you to fully customize the appearence of text using HTML.' s.homepage = 'https://github.com/mattdonnelly/MDHTMLLabel' s.authors = { 'Matt Donnelly' => 'mattdonnelly@me.com' } - s.source = { :git => 'https://github.com/mattdonnelly/MDHTMLLabel.git', :tag => "0.0.6" } + s.source = { :git => 'https://github.com/mattdonnelly/MDHTMLLabel.git', :tag => "1.0" } s.requires_arc = true s.ios.deployment_target = '6.0'