Skip to content

Commit

Permalink
Bolts 1.6.0 馃敥
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Jan 12, 2016
1 parent 67dcbd6 commit ffaf938
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Bolts.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Bolts'
s.version = '1.5.1'
s.version = '1.6.0'
s.summary = 'Bolts is a collection of low-level libraries designed to make developing mobile apps easier.'
s.description = <<-DESC
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.
Expand Down
2 changes: 1 addition & 1 deletion Bolts/Common/BoltsVersion.h
@@ -1 +1 @@
#define BOLTS_VERSION @"1.5.1"
#define BOLTS_VERSION @"1.6.0"
4 changes: 2 additions & 2 deletions Bolts/Resources/Mac-Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.1</string>
<string>1.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.5.1</string>
<string>1.6.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Bolts/Resources/iOS-Info.plist
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.1</string>
<string>1.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -22,7 +22,7 @@
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>1.5.1</string>
<string>1.6.0</string>
<key>MinimumOSVersion</key>
<string>6.0</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Bolts/Resources/tvOS-Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.1</string>
<string>1.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.5.1</string>
<string>1.6.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Bolts/Resources/watchOS-Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.1</string>
<string>1.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.5.1</string>
<string>1.6.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,25 @@
# Bolts CHANGELOG

## 1.6.0

**New**
- Bolts now requires Xcode 7.0+.
[#212](https://github.com/BoltsFramework/Bolts-iOS/pull/212)
by @nlutsenko

**Improved**
- Specify generic type for `BFTask.+taskForCompletionofAllTasks*()`.
[#217](https://github.com/BoltsFramework/Bolts-iOS/pull/217)
by @nlutsenko
- Remove `nonnull` requirement for return type from the block of `BFTas,+taskFromExecutor(_ , block:)`.
[#218](https://github.com/BoltsFramework/Bolts-iOS/pull/218)
by @nlutsenko

**Fixed**
- Fixed compiler warnings on Xcode 7.3.
[#216](https://github.com/BoltsFramework/Bolts-iOS/pull/216)
by @nlutsenko

## 1.5.1

**New**
Expand Down

0 comments on commit ffaf938

Please sign in to comment.