Skip to content

Commit 7600dbf

Browse files
committed
Merge branch 'release/2.1.4'
2 parents 5f83f53 + 2f28195 commit 7600dbf

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55

66
---
77

8+
## [2.1.4](https://github.com/Digipolitan/dependency-injector/releases/tag/v2.1.4)
9+
10+
update readme
11+
12+
---
13+
814
## [2.1.3](https://github.com/Digipolitan/dependency-injector/releases/tag/v2.1.3)
915

1016
add swift version 4

DependencyInjector.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 = "DependencyInjector"
3-
s.version = "2.1.3"
3+
s.version = "2.1.4"
44
s.summary = "Dependency injector made in pure swift"
55
s.homepage = "https://github.com/Digipolitan/dependency-injector"
66
s.license = { :type => "BSD", :file => "LICENSE" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ brew install carthage
3939
To integrate DependencyInjector into your Xcode project using Carthage, specify it in your `Cartfile`:
4040

4141
```
42-
github 'Digipolitan/DependencyInjector' ~> 2.0
42+
github 'Digipolitan/dependency-injector' ~> 2.0
4343
```
4444

4545
Run `carthage update` to build the framework and drag the built `DependencyInjector.framework` into your Xcode project.

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.3</string>
18+
<string>2.1.4</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>NSPrincipalClass</key>

Tests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.3</string>
18+
<string>2.1.4</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)