From 67862e728a49cbc6726e6adb8e35eaeb9b58e8b6 Mon Sep 17 00:00:00 2001 From: Lekshmi Raveendranathapanicker Date: Sun, 20 Jan 2019 12:54:13 -0800 Subject: [PATCH] New release with bugfixes --- Example/Example/Info.plist | 2 +- Example/Example/ViewController.swift | 2 +- LRSpotlight.podspec | 2 +- Spotlight/Info.plist | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Example/Example/Info.plist b/Example/Example/Info.plist index f57ae4d..2b0f128 100644 --- a/Example/Example/Info.plist +++ b/Example/Example/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.5.0 + 1.6.0 CFBundleVersion 0 LSRequiresIPhoneOS diff --git a/Example/Example/ViewController.swift b/Example/Example/ViewController.swift index 0dc8aa9..e45f1fa 100644 --- a/Example/Example/ViewController.swift +++ b/Example/Example/ViewController.swift @@ -9,7 +9,7 @@ import UIKit import Spotlight -class ViewController: UIViewController { +final class ViewController: UIViewController { @IBOutlet weak var spotlightLabel: UILabel! @IBOutlet weak var verticalView: UIView! diff --git a/LRSpotlight.podspec b/LRSpotlight.podspec index 9725776..c2332c2 100644 --- a/LRSpotlight.podspec +++ b/LRSpotlight.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LRSpotlight" - s.version = "1.5.0" + s.version = "1.6.0" s.swift_version = "4.2.0" s.license = { :type => 'MIT', :file => "License.md" } s.summary = "Introductory Walkthrough framework for iOS Apps" diff --git a/Spotlight/Info.plist b/Spotlight/Info.plist index e66e91d..c229657 100644 --- a/Spotlight/Info.plist +++ b/Spotlight/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.5.0 + 1.6.0 CFBundleVersion 0 NSPrincipalClass