Skip to content

Commit

Permalink
Merge pull request #128 from kishikawakatsumi/release082
Browse files Browse the repository at this point in the history
Bump version to 0.8.2
  • Loading branch information
kishikawakatsumi committed Aug 16, 2017
2 parents 5ff85c3 + 59f3276 commit 9932a83
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@

* None.

## 0.8.2 Release notes (2017-08-15)

##### Breaking

* None.

##### Enhancements

* None.

##### Bug Fixes

* Reflect the content size from the model to the view after reloading.
[#126](https://github.com/kishikawakatsumi/SpreadsheetView/pull/126)

* Fixed an issue that `contentSize` value was slightly incorrect.
[#127](https://github.com/kishikawakatsumi/SpreadsheetView/pull/127)

## 0.8.1 Release notes (2017-08-14)

##### Breaking
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.1</string>
<string>0.8.2</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.1'
s.version = '0.8.2'
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 9932a83

Please sign in to comment.