Skip to content

Commit

Permalink
Bolts 1.8.4 🔩 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko authored Jul 14, 2016
1 parent 2ed4648 commit e64deec
Show file tree
Hide file tree
Showing 4 changed files with 10 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.8.3'
s.version = '1.8.4'
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.3";
NSString *const BoltsFrameworkVersionString = @"1.8.4";

NS_ASSUME_NONNULL_END
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.4

**Fixed**
- Fix potential breaking change related to dynamic library compatibility version.
[#270](https://github.com/BoltsFramework/Bolts-ObjC/pull/270)
by [Nikita Lutsenko](https://github.com/nlutsenko)

## 1.8.3

**Fixed**
Expand Down
2 changes: 1 addition & 1 deletion Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
// of patent rights can be found in the PATENTS file in the same directory.
//

BOLTS_OBJC_VERSION = 1.8.3
BOLTS_OBJC_VERSION = 1.8.4

0 comments on commit e64deec

Please sign in to comment.