Skip to content

Commit e6fc58d

Browse files
committed
Merge branch 'release/2.1.2'
2 parents 57b41a3 + 4e968b9 commit e6fc58d

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

CHANGELOG.md

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

66
---
77

8+
## [2.1.2](https://github.com/Digipolitan/dependency-injector/releases/tag/v2.1.2)
9+
10+
update osx platform
11+
Update README.md
12+
13+
---
14+
815
## [2.1.1](https://github.com/Digipolitan/dependency-injector/releases/tag/v2.1.1)
916

1017
fix embed swift

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.1"
3+
s.version = "2.1.2"
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" }

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ abstract_target 'Samples' do
6262

6363
target 'DependencyInjectorSample-OSX' do
6464
project 'Samples/DependencyInjectorSample-OSX/DependencyInjectorSample-OSX'
65-
platform :osx, '10.9'
65+
platform :osx, '10.10'
6666
end
6767
end

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
PODFILE CHECKSUM: ec677df12fb80bb613be4219f4f76cf914ea858b
1+
PODFILE CHECKSUM: bfd0d0cf4043ef9a147f133a4d8a0d86aa13635d
22

33
COCOAPODS: 1.3.1

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.1</string>
18+
<string>2.1.2</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.1</string>
18+
<string>2.1.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)