Skip to content

Commit

Permalink
Bump version to 3.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielpra1 committed Aug 27, 2020
1 parent 0fc9f18 commit ec268cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The package can be installed by adding `uploadex` to your list of dependencies i
```elixir
def deps do
[
{:uploadex, "~> 3.0.0-rc.0"}
{:uploadex, "~> 3.0.0-rc.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Uploadex.MixProject do
def project do
[
app: :uploadex,
version: "3.0.0-rc.0",
version: "3.0.0-rc.1",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit ec268cd

Please sign in to comment.