Skip to content

Commit

Permalink
update version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slogsdon committed May 15, 2014
1 parent a87be95 commit 2550a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.3.0-dev
## [v0.3.0](https://github.com/sugar-framework/sugar/tree/v0.3.0)

- [Enhancement] Upgrade to Elixir v0.13.2
- [Dependency] Adding [sugar-framework/plugs](https://github.com/sugar-framework/plugs) back in
Expand Down
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.13.2",
version: "0.3.0-dev",
version: "0.3.0",
name: "Sugar",
deps: deps(Mix.env),
package: package,
Expand Down

0 comments on commit 2550a6a

Please sign in to comment.