Skip to content

Commit 1de718d

Browse files
committed
Bump Version
1 parent 8bb9941 commit 1de718d

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-6
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0
1+
4.0

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
All notable changes to this project will be documented in this file.
33

44
#### 1.x Releases
5-
- `1.4.x` Releases - [1.4.0](#140)
5+
- `1.4.x` Releases - [1.4.0](#140) | [1.4.1](#141)
66
- `1.3.x` Releases - [1.3.0](#130) | [1.3.1](#131) | [1.3.2](#132) | [1.3.3](#133)
77
- `1.2.x` Releases - [1.2.0](#120)
88
- `1.1.x` Releases - [1.1.0](#110) | [1.1.1](#111)
99
- `1.0.x` Releases - [1.0.0](#100)
1010

1111
---
12+
13+
## [1.4.1](https://github.com/AndreyZarembo/EasyDi/releases/tag/1.4.1)
14+
Released on 2017-10-17
15+
16+
#### Updated
17+
- @dvi fixed Obj-C objects initialization for Swift 4.2
18+
1219
## [1.4.0](https://github.com/AndreyZarembo/EasyDi/releases/tag/1.4.0)
1320
Released on 2017-10-23
1421

EasyDi-SupportingFiles/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>1.4.0</string>
18+
<string>1.4.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

EasyDi-macOS/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>1.4.0</string>
18+
<string>1.4.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

EasyDi.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "EasyDi",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"summary": "Effective DI library for rapid development in 200 lines of code",
55
"description": "Swift 3 and 4, iOS 8+\nEasyDi contains a dependency container for Swift. The syntax of this library was specially designed for rapid development and effective use. It fits in 200 lines, thus can do everything you need for grown-up DI library:\n- Objects creating with dependencies and injection of dependencies into existing ones\n- Separation into assemblies\n- Types of dependency resolution: objects graph, singleton, prototype\n- Objects substitution and dependency contexts for tests",
66
"homepage": "https://github.com/AndreyZarembo/EasyDi.git",
@@ -13,7 +13,7 @@
1313
},
1414
"source": {
1515
"git": "https://github.com/AndreyZarembo/EasyDi.git",
16-
"tag": "1.4.0"
16+
"tag": "1.4.1"
1717
},
1818
"social_media_url": "https://twitter.com/AndreyZarembo",
1919
"platforms": {
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)