From de5664ade40f6ab8c3493acf40c521e135277070 Mon Sep 17 00:00:00 2001 From: kishikawa katsumi Date: Fri, 19 May 2017 14:21:40 +0900 Subject: [PATCH] Bump version to 0.6.3 --- CHANGELOG.md | 16 +++++++++++++++- Framework/Sources/Info.plist | 2 +- SpreadsheetView.podspec | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d55be6f..b4ad0020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Framework/Sources/Info.plist b/Framework/Sources/Info.plist index d7774e3d..aa2ada39 100644 --- a/Framework/Sources/Info.plist +++ b/Framework/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.6.2 + 0.6.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/SpreadsheetView.podspec b/SpreadsheetView.podspec index c74d4574..6270c359 100644 --- a/SpreadsheetView.podspec +++ b/SpreadsheetView.podspec @@ -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,