Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Version 2.2.1:
Browse files Browse the repository at this point in the history
- Fixed a bug resulting in EILIndoorLocationManager sometimes not providing updates after start.
  • Loading branch information
Mycek committed May 2, 2016
1 parent 6231c50 commit 027198f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.2.1 (May, 2, 2016)
- Fixed a bug resulting in EILIndoorLocationManager sometimes not providing updates after start.

## 2.2.0 (April, 1, 2016)
- We improved how we detect walking direction. It also improves the accuracy of positioning quite a bit!
- _CAN BREAK BUILD_: We reorganized and updated resources - all possible beacon colors and resolutions are covered now.
Expand Down
2 changes: 1 addition & 1 deletion EstimoteIndoorLocationSDK/Headers/EILIndoorSDK.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2015 Estimote. All rights reserved.

/** Version of this iOS Indoor Location SDK. */
#define EIL_IOS_INDOOR_SDK_VERSION_STRING @"2.2.0"
#define EIL_IOS_INDOOR_SDK_VERSION_STRING @"2.2.1"


/** Library header, import this to import all of the public types in the Indoor SDK. */
Expand Down
Binary file modified EstimoteIndoorLocationSDK/libEstimoteIndoorSDK.a
Binary file not shown.

0 comments on commit 027198f

Please sign in to comment.