From d7a3624f7ea7f4ed47d48937f5c7f554fc777f4b Mon Sep 17 00:00:00 2001 From: Andrew Madsen Date: Mon, 10 Aug 2015 17:56:50 -0600 Subject: [PATCH] Updated podspec for 1.8.2 --- ORSSerialPort.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ORSSerialPort.podspec b/ORSSerialPort.podspec index 2c6d707f..7518acc0 100644 --- a/ORSSerialPort.podspec +++ b/ORSSerialPort.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "ORSSerialPort" - s.version = "1.8.1" + s.version = "1.8.2" s.summary = "Easy to use serial port library for Objective-C and Swift Mac apps." s.description = <<-DESC @@ -62,7 +62,7 @@ Pod::Spec.new do |s| # Supports git, hg, bzr, svn and HTTP. # - s.source = { :git => "https://github.com/armadsen/ORSSerialPort.git", :tag => "1.8.1" } + s.source = { :git => "https://github.com/armadsen/ORSSerialPort.git", :tag => "1.8.2" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #