Skip to content

Commit

Permalink
chore(versioning): bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geolessel committed Nov 19, 2019
1 parent bbf9953 commit 47f7890
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:react_phoenix, "~> 1.0.0"}
{:react_phoenix, "~> 1.0.1"}
]
end
```
Expand Down
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.0.0"
@version "1.0.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.0.0",
"version": "1.0.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

0 comments on commit 47f7890

Please sign in to comment.