Skip to content

Commit 23728aa

Browse files
authored
Merge pull request #65 from geolessel/gl/v1.3.1
chore: prepare for 1.3.1 release
2 parents e563308 + ff6e1c3 commit 23728aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 "1.3.0"
4+
@version "1.3.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": "1.3.0",
3+
"version": "1.3.1",
44
"scripts": {
55
"release": "node ./node_modules/.bin/babel src/react_phoenix.js | node ./node_modules/uglify-js/bin/uglifyjs --mangle --compress --output priv/js/react_phoenix.js"
66
},

priv/js/react_phoenix.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)