From 93f4cb9cb2c6d0b998e472390be40cb2ba949f93 Mon Sep 17 00:00:00 2001 From: coolnameismy Date: Thu, 17 Mar 2016 16:29:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?v0.6.0=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BabyBluetooth.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BabyBluetooth.podspec b/BabyBluetooth.podspec index bdd9940..94e8cfc 100644 --- a/BabyBluetooth.podspec +++ b/BabyBluetooth.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "BabyBluetooth" - s.version = "0.5.0" + s.version = "0.6.0" s.summary = "bluetooth library on ios/osx" s.description = <<-DESC @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.license = "MIT" s.author = { "liuyanwei" => "coolnameismy@hotmail.com" } - s.source = { :git => "https://github.com/coolnameismy/BabyBluetooth.git", :tag => "0.5.0" } + s.source = { :git => "https://github.com/coolnameismy/BabyBluetooth.git", :tag => "0.6.0" } s.platform = :ios, "7.0" s.requires_arc = true From 189bd0cc0bba896c81fdeae1ccf9abfcdd065296 Mon Sep 17 00:00:00 2001 From: coolnameismy Date: Thu, 17 Mar 2016 16:29:45 +0800 Subject: [PATCH 2/2] 0.6.0 --- BabyBluetooth.podspec | 4 ++-- Classes/objc/BabyBluetooth.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BabyBluetooth.podspec b/BabyBluetooth.podspec index bdd9940..94e8cfc 100644 --- a/BabyBluetooth.podspec +++ b/BabyBluetooth.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "BabyBluetooth" - s.version = "0.5.0" + s.version = "0.6.0" s.summary = "bluetooth library on ios/osx" s.description = <<-DESC @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.license = "MIT" s.author = { "liuyanwei" => "coolnameismy@hotmail.com" } - s.source = { :git => "https://github.com/coolnameismy/BabyBluetooth.git", :tag => "0.5.0" } + s.source = { :git => "https://github.com/coolnameismy/BabyBluetooth.git", :tag => "0.6.0" } s.platform = :ios, "7.0" s.requires_arc = true diff --git a/Classes/objc/BabyBluetooth.h b/Classes/objc/BabyBluetooth.h index 5bd4edd..38f818e 100644 --- a/Classes/objc/BabyBluetooth.h +++ b/Classes/objc/BabyBluetooth.h @@ -3,7 +3,7 @@ 简单易用的蓝牙ble库,基于CoreBluetooth 作者:刘彦玮 https://github.com/coolnameismy/BabyBluetooth - version:0.5.0+ + version:0.6.0 */ // Created by 刘彦玮 on 15/3/31.