Skip to content

Commit

Permalink
Changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Meder committed Nov 15, 2015
1 parent 627360f commit f529004
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

`DarkLightning` adheres to [Semantic Versioning](http://semver.org/).

## 0.2.1

### Additions

* Travis CI integration added
* More unit tests added

### Changes

* Restructured repository to support independent build

## 0.2.0

### Additions
Expand Down
2 changes: 1 addition & 1 deletion DarkLightning.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DarkLightning"
s.version = "0.2.0"
s.version = "0.2.1"
s.summary = "Simply the fastest way to transmit data between iOS and OSX"
s.description = <<-DESC
DarkLightning is a lightweight Objective-C library to allow data transmission between iOS devices (Lightning port or Dock connector) and OSX (USB) at 480MBit.
Expand Down

0 comments on commit f529004

Please sign in to comment.