Commit f4b86f3 1 parent a3c8eb1 commit f4b86f3 Copy full SHA for f4b86f3
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies in `mix.exs`:
30
30
31
31
``` elixir
32
32
def deps do
33
- [{:react_phoenix , " ~> 0.5.0 " }]
33
+ [{:react_phoenix , " ~> 0.5.1 " }]
34
34
end
35
35
```
36
36
Original file line number Diff line number Diff line change 1
1
defmodule ReactPhoenix.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "0.5.0 "
4
+ @ version "0.5.1 "
5
5
@ source_url "https://github.com/geolessel/react-phoenix"
6
6
7
7
def project do
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-phoenix" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"scripts" : {
5
5
"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"
6
6
},
You can’t perform that action at this time.
0 commit comments