From c98c8bd0d893dfb5f1ca1c43de30725a1f6f757b Mon Sep 17 00:00:00 2001 From: Wesley Wickwire Date: Wed, 3 Jan 2018 20:01:06 -0500 Subject: [PATCH] upped version --- Runtime.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtime.podspec b/Runtime.podspec index f14981c..3d5e234 100644 --- a/Runtime.podspec +++ b/Runtime.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Runtime" - s.version = "0.2.0" + s.version = "0.3.0" s.summary = "Runtime" s.description = <<-DESC Runtime abilities for native swift objects. @@ -10,6 +10,6 @@ Pod::Spec.new do |s| s.license = "MIT" s.author = { "Wesley Wickwire" => "wickwirew@gmail.com" } s.platform = :ios, "9.0" - s.source = { :git => "https://github.com/wickwirew/Runtime.git", :tag => "0.2.0" } + s.source = { :git => "https://github.com/wickwirew/Runtime.git", :tag => "0.3.0" } s.source_files = 'Runtime/**/*.swift' end