Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Oct 9, 2014
1 parent 70be65e commit dcea5b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Bolts.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Bolts"
s.version = "1.1.2"
s.version = "1.1.3"
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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BOLTS_VERSION @"1.1.2"
#define BOLTS_VERSION @"1.1.3"
2 changes: 1 addition & 1 deletion Bolts/Resources/Mac-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Bolts CHANGELOG

## 1.1.3
- Made Bolts work if added as a subproject
- Support for iOS 8
- Support for OS X 10.10
- Updated headers to support llvm header maps

## 1.1.2

- [App Links Analytics](https://github.com/BoltsFramework/Bolts-iOS#analytics)
Expand Down

0 comments on commit dcea5b9

Please sign in to comment.