From 49455a23d7095c4bd4720aa68c947447599567b5 Mon Sep 17 00:00:00 2001 From: Russell Hancox Date: Tue, 26 Jun 2018 11:52:08 -0400 Subject: [PATCH] Bump version to 1.9 (#8) --- MOLCertificate.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MOLCertificate.podspec b/MOLCertificate.podspec index a350177..53ce562 100644 --- a/MOLCertificate.podspec +++ b/MOLCertificate.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MOLCertificate' - s.version = '1.8' - s.platform = :osx, '10.8' + s.version = '1.9' + s.platform = :osx, '10.9' s.license = { :type => 'Apache', :file => 'LICENSE' } s.homepage = 'https://github.com/google/macops-molcertificate' s.authors = { 'Google Macops' => 'macops-external@google.com' }