Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Oct 5, 2015
1 parent 2ad996f commit b80372f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule SlimFast.Mixfile do
use Mix.Project

@version "0.7.1"
@version "0.7.2"

def project do
[app: :slim_fast,
Expand All @@ -18,7 +18,7 @@ defmodule SlimFast.Mixfile do
end

def package do
[contributors: ["Sean Callan", "Alexander Stanko"],
[maintainers: ["Sean Callan", "Alexander Stanko"],
files: ["lib", "mix.exs", "README*", "LICENSE*"],
licenses: ["MIT"],
links: %{github: "https://github.com/doomspork/slim_fast"}]
Expand Down

0 comments on commit b80372f

Please sign in to comment.