Skip to content

Commit cf698c3

Browse files
committed
version 3.0.0
1 parent c38a3e7 commit cf698c3

4 files changed

Lines changed: 8 additions & 4 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.0.0](https://github.com/Electrode-iOS/ELCodable/releases/tag/v3.0.0)
2+
3+
- Update to support Swift 3
4+
15
# [2.1.1](https://github.com/Electrode-iOS/ELCodable/releases/tag/v2.1.1)
26

37
- Update OS X target to use Swift 2.3

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>2.1.1</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

ELCodable_osx/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>3.0.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-v2.1.1-blue.svg)](https://github.com/Electrode-iOS/ELCodable/releases/latest)
3+
[![Version](https://img.shields.io/badge/version-v3.0.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

@@ -15,7 +15,7 @@ ELCodable, a data model decoding/encoding framework for Swift. Inspired by [Anvi
1515

1616
## Requirements
1717

18-
ELCodable requires Swift 2.3 and Xcode 8.
18+
ELCodable requires Swift 3 and Xcode 8.1.
1919

2020
## Installation
2121

0 commit comments

Comments
 (0)