Skip to content

Commit

Permalink
New release with bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lekshmiraveendranath committed Jan 20, 2019
1 parent 2a84fff commit 67862e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Example/Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.6.0</string>
<key>CFBundleVersion</key>
<string>0</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/Example/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion LRSpotlight.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Spotlight/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>1.5.0</string>
<string>1.6.0</string>
<key>CFBundleVersion</key>
<string>0</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 67862e7

Please sign in to comment.