Skip to content

Commit

Permalink
Merge pull request #45 from kishikawakatsumi/release_063
Browse files Browse the repository at this point in the history
Bump version to 0.6.3
  • Loading branch information
kishikawakatsumi authored May 19, 2017
2 parents 638d1de + de5664a commit 5b4bba4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,23 @@

##### Breaking

* None.

##### Enhancements

* None.

##### Bug Fixes

* None.

## 0.6.3 Release notes (2017-05-19)

##### Breaking

* Rename `Grids`/`Cell.grids` to `Gridlines`/`Cell.gridlines`. Old type and property are now deprecated.
They will be removed in future version.
[#13](https://github.com/kishikawakatsumi/SpreadsheetView/pull/13)
[#30](https://github.com/kishikawakatsumi/SpreadsheetView/pull/30)

##### Enhancements

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.6.2</string>
<string>0.6.3</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.6.2'
s.version = '0.6.3'
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 5b4bba4

Please sign in to comment.