Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
slogsdon committed Feb 7, 2014
1 parent 4650ca7 commit 2116f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Web.Mixfile do
def project do
[ app: :sugar,
elixir: "~> 0.12.3",
version: "0.1.0-dev",
version: "0.1.0",
name: "Sugar",
source_url: "https://github.com/slogsdon/sugar",
deps: deps(Mix.env) ]
Expand Down
2 changes: 1 addition & 1 deletion package.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Expm.Package.new(name: "sugar", description: "Web framework for Elixir, built on top of Plug",
version: "0.0.1", keywords: [],
version: "0.1.0", keywords: [],
maintainers: [[name: "Shane Logsdon",
email: "[email protected]"]],
repositories: [[github: "slogsdon/sugar"]])
Expand Down

0 comments on commit 2116f1c

Please sign in to comment.