Skip to content

Commit

Permalink
chore(versioning): bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geolessel committed Nov 19, 2019
1 parent a55d17c commit 9f47588
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:react_phoenix, "~> 1.0.1"}
{:react_phoenix, "~> 1.1.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule ReactPhoenix.Mixfile do
use Mix.Project

@version "1.0.1"
@version "1.1.0"
@source_url "https://github.com/geolessel/react-phoenix"

def project do
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-phoenix",
"version": "1.0.1",
"version": "1.1.0",
"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 9f47588

Please sign in to comment.