Skip to content

Commit

Permalink
bumps version to v0.15.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Dec 18, 2016
1 parent 423586b commit c2e8bc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Instream

[![Build Status](https://travis-ci.org/mneudert/instream.svg?branch=v0.14.0)](https://travis-ci.org/mneudert/instream)
[![Coverage Status](https://coveralls.io/repos/mneudert/instream/badge.svg?branch=v0.14.0&service=github)](https://coveralls.io/github/mneudert/instream?branch=v0.14.0)
[![Build Status](https://travis-ci.org/mneudert/instream.svg?branch=master)](https://travis-ci.org/mneudert/instream)
[![Coverage Status](https://coveralls.io/repos/mneudert/instream/badge.svg?branch=master&service=github)](https://coveralls.io/github/mneudert/instream?branch=master)
[![Hex.pm](https://img.shields.io/hexpm/v/instream.svg)](https://hex.pm/packages/instream)

InfluxDB driver for Elixir
Expand All @@ -17,7 +17,7 @@ Tested influxdb versions:
- `1.1.0`

(see
[`.travis.yml`](https://github.com/mneudert/instream/blob/v0.14.0/.travis.yml)
[`.travis.yml`](https://github.com/mneudert/instream/blob/master/.travis.yml)
to be sure)


Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Instream.Mixfile do
def project do
[ app: :instream,
name: "Instream",
version: "0.14.0",
version: "0.15.0-dev",
elixir: "~> 1.2",
deps: deps(),

Expand Down Expand Up @@ -42,7 +42,7 @@ defmodule Instream.Mixfile do
defp docs do
[ extras: [ "CHANGELOG.md", "README.md" ],
main: "readme",
source_ref: "v0.14.0",
source_ref: "master",
source_url: @url_github ]
end

Expand Down

0 comments on commit c2e8bc3

Please sign in to comment.