Skip to content

Commit

Permalink
chore: bump version to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavallando committed Aug 15, 2024
1 parent f5466da commit f960ac0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CommandBarIOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CommandBarIOS (1.1.8)
- CommandBarIOS (1.1.9)

DEPENDENCIES:
- CommandBarIOS (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
CommandBarIOS: bc7460b0feb981653c3333eaeecdc523efd85d21
CommandBarIOS: 59ebef21a266110aa096016abc9fa1f56ab81a67

PODFILE CHECKSUM: 6d9bb10e6d829f27934a51717623c1fd87cac734

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/CommandBarIOS.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
]
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/CommandBarIOS/CommandBar/CommandBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class CommandBar_Deprecated {
}
}

func closeHelpHub() {
public func closeHelpHub() {
presentedNavigationController?.dismiss(animated: true, completion: nil)
presentedNavigationController = nil
}
Expand Down

0 comments on commit f960ac0

Please sign in to comment.