diff --git a/CommandBarIOS.podspec b/CommandBarIOS.podspec
index 0746189..a3e4bc8 100644
--- a/CommandBarIOS.podspec
+++ b/CommandBarIOS.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'CommandBarIOS'
- s.version = '1.1.8'
+ s.version = '1.1.9'
s.summary = 'HelpHub and Copilot Command Bar for iOS. '
# This description is used to generate tags and improve search results.
diff --git a/Example/Podfile.lock b/Example/Podfile.lock
index 914ed22..368023b 100644
--- a/Example/Podfile.lock
+++ b/Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- - CommandBarIOS (1.1.8)
+ - CommandBarIOS (1.1.9)
DEPENDENCIES:
- CommandBarIOS (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
- CommandBarIOS: bc7460b0feb981653c3333eaeecdc523efd85d21
+ CommandBarIOS: 59ebef21a266110aa096016abc9fa1f56ab81a67
PODFILE CHECKSUM: 6d9bb10e6d829f27934a51717623c1fd87cac734
diff --git a/Example/Pods/Local Podspecs/CommandBarIOS.podspec.json b/Example/Pods/Local Podspecs/CommandBarIOS.podspec.json
index 4c4b9ce..25e1669 100644
--- a/Example/Pods/Local Podspecs/CommandBarIOS.podspec.json
+++ b/Example/Pods/Local Podspecs/CommandBarIOS.podspec.json
@@ -1,6 +1,6 @@
{
"name": "CommandBarIOS",
- "version": "1.1.8",
+ "version": "1.1.9",
"summary": "HelpHub and Copilot Command Bar for iOS.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/tryfoobar/CommandBarIOS",
@@ -13,7 +13,7 @@
},
"source": {
"git": "https://github.com/tryfoobar/CommandBarIOS.git",
- "tag": "1.1.8"
+ "tag": "1.1.9"
},
"platforms": {
"ios": "13.0"
diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock
index 914ed22..368023b 100644
--- a/Example/Pods/Manifest.lock
+++ b/Example/Pods/Manifest.lock
@@ -1,5 +1,5 @@
PODS:
- - CommandBarIOS (1.1.8)
+ - CommandBarIOS (1.1.9)
DEPENDENCIES:
- CommandBarIOS (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
- CommandBarIOS: bc7460b0feb981653c3333eaeecdc523efd85d21
+ CommandBarIOS: 59ebef21a266110aa096016abc9fa1f56ab81a67
PODFILE CHECKSUM: 6d9bb10e6d829f27934a51717623c1fd87cac734
diff --git a/Example/Pods/Target Support Files/CommandBarIOS/CommandBarIOS-Info.plist b/Example/Pods/Target Support Files/CommandBarIOS/CommandBarIOS-Info.plist
index 0fdae5f..572fc0e 100644
--- a/Example/Pods/Target Support Files/CommandBarIOS/CommandBarIOS-Info.plist
+++ b/Example/Pods/Target Support Files/CommandBarIOS/CommandBarIOS-Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.1.8
+ 1.1.9
CFBundleSignature
????
CFBundleVersion
diff --git a/README.md b/README.md
index cd6195a..cedabf1 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ To install it using Swift Package Manager, add the following to your `Package.sw
```
dependencies: [
- .package(url: "https://github.com/tryfoobar/CommandBarIOS.git", from: "1.1.8")
+ .package(url: "https://github.com/tryfoobar/CommandBarIOS.git", from: "1.1.9")
]
```
diff --git a/Sources/CommandBarIOS/CommandBar/CommandBar.swift b/Sources/CommandBarIOS/CommandBar/CommandBar.swift
index bbde4b6..4441f26 100644
--- a/Sources/CommandBarIOS/CommandBar/CommandBar.swift
+++ b/Sources/CommandBarIOS/CommandBar/CommandBar.swift
@@ -24,7 +24,7 @@ public class CommandBar_Deprecated {
}
}
- func closeHelpHub() {
+ public func closeHelpHub() {
presentedNavigationController?.dismiss(animated: true, completion: nil)
presentedNavigationController = nil
}