Skip to content

Commit

Permalink
docs: update for new release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lengocduy committed Dec 13, 2021
1 parent 72c7c0d commit 967872d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v1.1.4](https://github.com/lengocduy/DLSwipeToPopController/tree/v1.1.4) (2021-12-13)

- Filter invoking method `didPopViewController` when view was popped out Navigation Stack only

## [v1.1.3](https://github.com/lengocduy/DLSwipeToPopController/tree/v1.1.3) (2021-12-09)

- Skip invoking method `didPopViewController` when view was embed inside another `ContainerView`
Expand Down
2 changes: 1 addition & 1 deletion DLSwipeToPopController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DLSwipeToPopController'
s.version = '1.1.3'
s.version = '1.1.4'
s.summary = 'Framework supports Swipe To Pop ViewController'
s.description = <<-DESC
Reusable iOS's behavior to pop ViewController base on [SwipeRightToPopController](https://github.com/rishi420/SwipeRightToPopController)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let package = Package(
name: "TestSwipeToPopController",
dependencies: [
.package(url: "https://github.com/lengocduy/DLSwipeToPopController.git", from: "1.1.3"),
.package(url: "https://github.com/lengocduy/DLSwipeToPopController.git", from: "1.1.4"),
],
targets: [
Expand Down

0 comments on commit 967872d

Please sign in to comment.