Skip to content

Commit f4b86f3

Browse files
committed
Bump version to 0.5.1
1 parent a3c8eb1 commit f4b86f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies in `mix.exs`:
3030

3131
```elixir
3232
def deps do
33-
[{:react_phoenix, "~> 0.5.0"}]
33+
[{:react_phoenix, "~> 0.5.1"}]
3434
end
3535
```
3636

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ReactPhoenix.Mixfile do
22
use Mix.Project
33

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

77
def project do

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-phoenix",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"scripts": {
55
"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"
66
},

0 commit comments

Comments
 (0)