Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geolessel committed Jan 31, 2018
1 parent a3c8eb1 commit f4b86f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies in `mix.exs`:

```elixir
def deps do
[{:react_phoenix, "~> 0.5.0"}]
[{:react_phoenix, "~> 0.5.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ReactPhoenix.Mixfile do
use Mix.Project

@version "0.5.0"
@version "0.5.1"
@source_url "https://github.com/geolessel/react-phoenix"

def project do
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-phoenix",
"version": "0.5.0",
"version": "0.5.1",
"scripts": {
"release": "node ./node_modules/babel-cli/bin/babel src/react_phoenix.js | node ./node_modules/uglify-js/bin/uglifyjs - --mangle --compress --output priv/js/react_phoenix.js"
},
Expand Down

0 comments on commit f4b86f3

Please sign in to comment.