Skip to content

Commit

Permalink
Merge pull request #65 from geolessel/gl/v1.3.1
Browse files Browse the repository at this point in the history
chore: prepare for 1.3.1 release
  • Loading branch information
geolessel authored Oct 19, 2022
2 parents e563308 + ff6e1c3 commit 23728aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 "1.3.0"
@version "1.3.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": "1.3.0",
"version": "1.3.1",
"scripts": {
"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"
},
Expand Down
2 changes: 1 addition & 1 deletion priv/js/react_phoenix.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23728aa

Please sign in to comment.