Skip to content

Commit

Permalink
Merge branch 'release/2.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbriatte committed Nov 4, 2017
2 parents 5f83f53 + 2f28195 commit 7600dbf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.

---

## [2.1.4](https://github.com/Digipolitan/dependency-injector/releases/tag/v2.1.4)

update readme

---

## [2.1.3](https://github.com/Digipolitan/dependency-injector/releases/tag/v2.1.3)

add swift version 4
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjector.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DependencyInjector"
s.version = "2.1.3"
s.version = "2.1.4"
s.summary = "Dependency injector made in pure swift"
s.homepage = "https://github.com/Digipolitan/dependency-injector"
s.license = { :type => "BSD", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ brew install carthage
To integrate DependencyInjector into your Xcode project using Carthage, specify it in your `Cartfile`:

```
github 'Digipolitan/DependencyInjector' ~> 2.0
github 'Digipolitan/dependency-injector' ~> 2.0
```

Run `carthage update` to build the framework and drag the built `DependencyInjector.framework` into your Xcode project.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.1.3</string>
<string>2.1.4</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.3</string>
<string>2.1.4</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit 7600dbf

Please sign in to comment.