Skip to content

Commit edea5c7

Browse files
committed
Merge pull request #95 from BoltsFramework/nlutsenko.release_115
Release 1.1.5
2 parents 372cb99 + c1a09dd commit edea5c7

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

Bolts.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Bolts"
3-
s.version = "1.1.4"
3+
s.version = "1.1.5"
44
s.summary = "Bolts is a collection of low-level libraries designed to make developing mobile apps easier."
55
s.description = <<-DESC
66
Bolts was designed by Parse and Facebook for our own internal use, and we have decided to open source these libraries to make them available to others. Using these libraries does not require using any Parse services. Nor do they require having a Parse or Facebook developer account.

Bolts/Common/BoltsVersion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define BOLTS_VERSION @"1.1.4"
1+
#define BOLTS_VERSION @"1.1.5"

Bolts/Resources/Mac-Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.4</string>
18+
<string>1.1.5</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.1.4</string>
22+
<string>1.1.5</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

Bolts/Resources/iOS-Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundlePackageType</key>
1414
<string>FMWK</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.1.4</string>
16+
<string>1.1.5</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleSupportedPlatforms</key>
@@ -22,7 +22,7 @@
2222
<string>iPhoneOS</string>
2323
</array>
2424
<key>CFBundleVersion</key>
25-
<string>1.1.4</string>
25+
<string>1.1.5</string>
2626
<key>MinimumOSVersion</key>
2727
<string>5.0</string>
2828
</dict>

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Bolts CHANGELOG
22

3+
## 1.1.5
4+
- Better subclassing support for `BFTask`, `BFTaskCompletionSource`, `BFExecutor`.
5+
- Improved `taskForCompletionOfAllTasks:` to check for `error`/`exception` before cancelling a task.
6+
- Fixed and improved layout of `BFAppLinkReturnToRefererController`.
7+
- Improve optional importing for AppLinks code in umbrella header.
8+
- Split Tasks and AppLinks in subspecs.
9+
310
## 1.1.4
411
- New: Bolts for iOS is easily importable from Swift code (via `import Bolts`).
512
- New: Added `BFTask +taskForCompletionOfAllTaskResults`.

0 commit comments

Comments
 (0)