Skip to content

Commit 9f04a7b

Browse files
committed
version 3.1.0
1 parent a0fa468 commit 9f04a7b

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [3.1.0](https://github.com/Electrode-iOS/ELCodable/releases/tag/v3.1.0)
2+
3+
- Added support for encoding `NSNull` as JSON null.
4+
15
# [3.0.1](https://github.com/Electrode-iOS/ELCodable/releases/tag/v3.0.1)
26

37
- Resolved Xcode 8.3 warnings

ELCodable/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>3.0.1</string>
18+
<string>3.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ELCodable
22

3-
[![Version](https://img.shields.io/badge/version-v3.0.1-blue.svg)](https://github.com/Electrode-iOS/ELCodable/releases/latest)
3+
[![Version](https://img.shields.io/badge/version-v3.1.0-blue.svg)](https://github.com/Electrode-iOS/ELCodable/releases/latest)
44
[![Build Status](https://travis-ci.org/Electrode-iOS/ELCodable.svg?branch=master)](https://travis-ci.org/Electrode-iOS/ELCodable)
55
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
66

@@ -24,7 +24,7 @@ ELCodable requires Swift 3 and Xcode 8.3.
2424
Install with [Carthage](https://github.com/Carthage/Carthage) by adding the framework to your project's [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile).
2525

2626
```
27-
github "Electrode-iOS/ELCodable" ~> 3.0.1
27+
github "Electrode-iOS/ELCodable" ~> 3.1.0
2828
```
2929

3030
### Manual

0 commit comments

Comments
 (0)