Skip to content

Commit

Permalink
Bolts 1.8.1 🔩 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko authored Jul 8, 2016
1 parent 179d5e8 commit ab660e4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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.8.0'
s.version = '1.8.1'
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/Bolts.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

NS_ASSUME_NONNULL_BEGIN

NSString *const BoltsFrameworkVersionString = @"1.8.0";
NSString *const BoltsFrameworkVersionString = @"1.8.1";

NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions Bolts/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.8.0</string>
<string>1.8.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.8.0</string>
<string>1.8.1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Bolts CHANGELOG

## 1.8.1

**Fixed**
- Fixed compilation of dynamic frameworks due to codesigning requirements.
[#260](https://github.com/BoltsFramework/Bolts-ObjC/pull/260)
by [Nikita Lutsenko](https://github.com/nlutsenko)

## 1.8.0

**New**
Expand Down

0 comments on commit ab660e4

Please sign in to comment.