Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mykewould committed Aug 26, 2015
1 parent fac1cd6 commit 1aa7247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to Crutches will be documented in this file.

[Full Changelog](https://github.com/mykewould/crutches/compare/v0.0.4...HEAD)

## [0.0.5] - 2015-08-25

**Implemented enhancements:**

- Convert Crutches.Helpers.Number.number\_to to Crutches.Format.Number.as\_ [\#45](https://github.com/mykewould/crutches/issues/45)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Crutches.Mixfile do

def project do
[app: :crutches,
version: "0.0.4",
version: "0.0.5",
elixir: "~> 1.0",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 1aa7247

Please sign in to comment.