Skip to content

Commit

Permalink
Version 2.1.5, firmware udpate bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinklimek committed Sep 26, 2014
1 parent 497907a commit 80c648f
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.5 (September 26, 2014)

Bugfixes:
- Corrected Firmware download bug

## 2.1.4 (September 25, 2014)

Bugfixes:
Expand Down
4 changes: 2 additions & 2 deletions EstimoteSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "EstimoteSDK"
s.version = "2.1.4"
s.version = "2.1.5"
s.summary = "iOS library for Estimote iBeacon devices"
s.homepage = "http://estimote.com"
s.author = { "Estimote, Inc" => "contact@estimote.com" }
s.platform = :ios
s.source = { :git => "https://github.com/Estimote/iOS-SDK.git", :tag => "2.1.4" }
s.source = { :git => "https://github.com/Estimote/iOS-SDK.git", :tag => "2.1.5" }
s.source_files = 'EstimoteSDK/Headers/*.h'
s.preserve_paths = 'EstimoteSDK/libEstimoteSDK.a'
s.vendored_libraries = 'EstimoteSDK/libEstimoteSDK.a'
Expand Down
2 changes: 1 addition & 1 deletion EstimoteSDK/Headers/ESTBeacon.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ESTBeacon.h
// EstimoteSDK
//
// Version: 2.1.4
// Version: 2.1.5
// Created by Marcin Klimek on 06/03/14.
// Copyright (c) 2014 Estimote. All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion EstimoteSDK/Headers/ESTBeaconDefinitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ESTBeaconDefinitions.h
// EstimoteSDK
//
// Version: 2.1.4
// Version: 2.1.5
// Created by Marcin Klimek on 9/26/13.
// Copyright (c) 2013 Estimote. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion EstimoteSDK/Headers/ESTBeaconFirmwareInfoVO.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ESTBeaconFirmwareInfoVO.h
// EstimoteSDK
//
// Version: 2.1.4
// Version: 2.1.5
// Created by Łukasz Pikor on 01.04.2014.
// Copyright (c) 2014 Estimote. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion EstimoteSDK/Headers/ESTBeaconFirmwareVO.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ESTBeaconFirmwareVO.h
// EstimoteSDK
//
// Version: 2.1.4
// Version: 2.1.5
// Created by Marcin Klimek on 12/12/13.
// Copyright (c) 2013 Estimote. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion EstimoteSDK/Headers/ESTBeaconManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ESTBeaconManager.h
// EstimoteSDK
//
// Version: 2.1.4
// Version: 2.1.5
// Created by Marcin Klimek on 9/18/13.
// Copyright (c) 2013 Estimote. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion EstimoteSDK/Headers/ESTBeaconRegion.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ESTBeaconRegion.h
// EstimoteSDK
//
// Version: 2.1.4
// Version: 2.1.5
// Created by Marcin Klimek on 9/21/13.
// Copyright (c) 2013 Estimote. All rights reserved.
//
Expand Down
Binary file modified EstimoteSDK/libEstimoteSDK.a
Binary file not shown.

0 comments on commit 80c648f

Please sign in to comment.