Skip to content

Commit

Permalink
Merge pull request #139 from kishikawakatsumi/release_084
Browse files Browse the repository at this point in the history
Bump version to 0.8.4
  • Loading branch information
kishikawakatsumi committed Sep 11, 2017
2 parents e9b4c4e + b3b8cf6 commit 88025ef
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@

* None.

## 0.8.4 Release notes (2017-09-09)

##### Breaking

* None.

##### Enhancements

* None.

##### Bug Fixes

* Fix to crash in iOS 11 if binary built with base SDK iOS 10.
[#138](https://github.com/kishikawakatsumi/SpreadsheetView/pull/138)

## 0.8.3 Release notes (2017-08-19)

##### Breaking
Expand All @@ -24,7 +39,7 @@

##### Bug Fixes

* Fix flickering column header when circular scrolling is enabled.
* Fix flickering column header when circular scrolling is enabled.
[#131](https://github.com/kishikawakatsumi/SpreadsheetView/pull/131)

## 0.8.2 Release notes (2017-08-15)
Expand Down
2 changes: 1 addition & 1 deletion Framework/Sources/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>0.8.3</string>
<string>0.8.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion SpreadsheetView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SpreadsheetView'
s.version = '0.8.3'
s.version = '0.8.4'
s.summary = 'Full configurable spreadsheet view user interfaces for iOS applications.'
s.description = <<-DESC
Full configurable spreadsheet view user interfaces for iOS applications. With this framework,
Expand Down

0 comments on commit 88025ef

Please sign in to comment.