Skip to content

Commit

Permalink
bump to version 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidstack committed Feb 23, 2019
1 parent 6f2b0aa commit 6f0c842
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 5.1.2

* `@ 6f2b0aa` - Fix Elixir 1.7 warnings

## 5.1.1

* `@ ea79492` - replace NULL with 0 when calling findDevice in C code
* `@ ea79492` - Replace NULL with 0 when calling findDevice in C code

## 5.1.0

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule PortMidi.Mixfile do
use Mix.Project
@version "5.1.1"
@version "5.1.2"

def project do
[app: :portmidi,
Expand Down

0 comments on commit 6f0c842

Please sign in to comment.