Skip to content

Commit

Permalink
Merge pull request #8 from faberNovel/release/v1.0.2
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
felginep authored Sep 10, 2021
2 parents cd47f94 + 8a8a637 commit 9e545e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ADCoordinator.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ADCoordinator'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'An implementation of the coordinator pattern used at Fabernovel.'
s.description = <<-DESC
Coordinators are a powerful pattern to decouple the navigation from the view controllers in an app.
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.0.2] - 2021-09-10

- Add SPM compatibility

## [1.0.1] - 2020-11-19

### Fixed
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:
- ADCoordinator (1.0.1)
- ADCoordinator (1.0.2)
- SwiftLint (0.39.1)

DEPENDENCIES:
Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
ADCoordinator: 8c0703c303181554ef4f3f20c750651f0a97e219
ADCoordinator: e8e093c032bffdd2a2a7ce4e71acd23b7c9b21c3
SwiftLint: 55e96a4a4d537d4a3156859fc1c54bd24851a046

PODFILE CHECKSUM: 19c79d788c2661a1c97effe1e51ebc195f849213
Expand Down

0 comments on commit 9e545e3

Please sign in to comment.