Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowtie committed Mar 29, 2019
1 parent b67360b commit 72781a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: elixir
elixir:
- 1.5
- 1.8
env:
- MIX_ENV=test

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
defmodule UnicodeData.Mixfile do
use Mix.Project

@version "0.7.0"
@version "0.8.0"

def project do
[
app: :unicode_data,
version: @version,
elixir: "~> 1.5",
elixir: "~> 1.8",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
test_coverage: [tool: ExCoveralls],
Expand Down

0 comments on commit 72781a0

Please sign in to comment.