Skip to content

Commit

Permalink
Bump version to 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Oct 2, 2021
1 parent 02497b8 commit ad6a423
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Bootstrap/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ PODS:
- iOSSnapshotTestCase/SwiftSupport (7.0.0):
- iOSSnapshotTestCase/Core
- Nimble (9.2.1)
- Nimble-Snapshots (9.1.1):
- Nimble-Snapshots/Core (= 9.1.1)
- Nimble-Snapshots/Core (9.1.1):
- Nimble-Snapshots (9.2.0):
- Nimble-Snapshots/Core (= 9.2.0)
- Nimble-Snapshots/Core (9.2.0):
- iOSSnapshotTestCase (~> 7.0)
- Nimble
- Quick (4.0.0)
Expand All @@ -35,7 +35,7 @@ SPEC CHECKSUMS:
Forgeries: 64ced144ea8341d89a7eec9d1d7986f0f1366250
iOSSnapshotTestCase: 63402a5707db9c4103b6cc3f04c76e981fff7952
Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5
Nimble-Snapshots: 13d5f5232bd6fdffb07eebad0d0ceecce7bad1a0
Nimble-Snapshots: 9b7c9410ee7bef52a889e7c1d8c98e1bfd9e0720
Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4

PODFILE CHECKSUM: c3171133ba8d8bc9cf4cdaa6946313041b273157
Expand Down
4 changes: 2 additions & 2 deletions Bootstrap/Pods/Local Podspecs/Nimble-Snapshots.podspec.json

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

8 changes: 4 additions & 4 deletions Bootstrap/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.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next

- Nothing yet!

## 9.2.0

- Update ios-snapshot-test-case to the latest version (7.0.0) - @dogo
- Add Swift Package Manager support. See #227 - @dogo

Expand Down
2 changes: 1 addition & 1 deletion Nimble-Snapshots.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Nimble-Snapshots"
s.version = "9.1.1"
s.version = "9.2.0"
s.summary = "Nimble matchers for iOSSnapshotTestCase"
s.description = <<-DESC
Nimble matchers for iOSSnapshotTestCase. Highly derivative of [Expecta Matchers for iOSSnapshotTestCase](https://github.com/dblock/ios-snapshot-test-case-expecta).
Expand Down

0 comments on commit ad6a423

Please sign in to comment.