Skip to content

Commit

Permalink
Merge pull request #1 from faberNovel/release/v0.1.0
Browse files Browse the repository at this point in the history
Release 0.1.0
  • Loading branch information
alexandre-pod committed Feb 28, 2022
2 parents 218e3cc + 2ff5d18 commit 48d23cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.1.0] - 2022-02-28Z

### Created

#### Classes
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- SDWebImage (5.12.3):
- SDWebImage/Core (= 5.12.3)
- SDWebImage/Core (5.12.3)
- SDWebImageMockPlugin (0.0.1):
- SDWebImageMockPlugin (0.1.0):
- SDWebImage (~> 5.0)
- SnapshotTesting (1.9.0)
- SwiftLint (0.46.3)
Expand All @@ -25,7 +25,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
SDWebImage: 53179a2dba77246efa8a9b85f5c5b21f8f43e38f
SDWebImageMockPlugin: 23561ea844339b3481aa8c1bef96834147034ff1
SDWebImageMockPlugin: aca9de86498440eb7aa3c7dbc1b8e2061f6c370a
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftLint: ae76d82f056734f853c8cd0371503252c606c482

Expand Down
2 changes: 1 addition & 1 deletion SDWebImageMockPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SDWebImageMockPlugin'
s.version = '0.0.1'
s.version = '0.1.0'
s.summary = 'A plugin to provide mock images to SDWebImage, this allowing snapshot testing'
s.homepage = 'https://github.com/faberNovel/SDWebImageMockPlugin'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 48d23cf

Please sign in to comment.