Skip to content

Commit cb5b4e1

Browse files
author
Michael Long
committed
Version 1.1.4 podspec and readme updates
1 parent a168b4c commit cb5b4e1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Resolver Changelog
22

3+
### 1.1.4
4+
5+
* Add Resolver.reset() function to reset Resolver to original state
6+
37
### 1.1.3
48

59
* Add @OptionalInjected attribute

Resolver.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Resolver"
3-
s.version = "1.1.3"
3+
s.version = "1.1.4"
44
s.summary = "An ultralight Dependency Injection / Service Locator framework for Swift on iOS."
55
s.homepage = "https://github.com/hmlongco/Resolver"
66
s.license = "MIT"

0 commit comments

Comments
 (0)