Skip to content

Commit bb2de94

Browse files
Merge pull request bannzai#132 from kishikawakatsumi/release-083
Bump version to 0.8.3
2 parents 917d8d1 + 5e38b6c commit bb2de94

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@
1212

1313
* None.
1414

15+
## 0.8.3 Release notes (2017-08-19)
16+
17+
##### Breaking
18+
19+
* None.
20+
21+
##### Enhancements
22+
23+
* None.
24+
25+
##### Bug Fixes
26+
27+
* Fix flickering column header when circular scrolling is enabled.
28+
[#131](https://github.com/kishikawakatsumi/SpreadsheetView/pull/131)
29+
1530
## 0.8.2 Release notes (2017-08-15)
1631

1732
##### Breaking

Framework/Sources/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.8.2</string>
18+
<string>0.8.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

SpreadsheetView.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SpreadsheetView'
3-
s.version = '0.8.2'
3+
s.version = '0.8.3'
44
s.summary = 'Full configurable spreadsheet view user interfaces for iOS applications.'
55
s.description = <<-DESC
66
Full configurable spreadsheet view user interfaces for iOS applications. With this framework,

0 commit comments

Comments
 (0)