Skip to content

Commit

Permalink
version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelodipaolo committed Dec 12, 2016
1 parent 6ce47f7 commit 1e472a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [3.0.0](https://github.com/Electrode-iOS/ELJSBridge/releases/tag/v3.0.0)

- Migrated to Swift 3

# [2.1.0](https://github.com/Electrode-iOS/ELJSBridge/releases/tag/v2.1.0)

- Added support for Xcode 8, Swift 2.3, and iOS SDK 10
Expand Down
2 changes: 1 addition & 1 deletion ELJSBridge/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.0</string>
<string>3.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ELJSBridge_osx/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.0</string>
<string>3.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ELJSBridge

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

Expand All @@ -13,7 +13,7 @@ ELJSBridge is a Swift wrapper around JavaScriptCore's Objective-C bridge.
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).

```
github "Electrode-iOS/ELJSBridge" ~> 2.1.0
github "Electrode-iOS/ELJSBridge" ~> 3.0.0
```

### Manual
Expand Down

0 comments on commit 1e472a4

Please sign in to comment.