Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielpra1 committed Nov 30, 2020
1 parent 390b0de commit 82914aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The package can be installed by adding `rajska` to your list of dependencies in
```elixir
def deps do
[
{:rajska, "~> 1.0.2"},
{:rajska, "~> 1.1.0"},
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion lib/rajska.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule Rajska do
```elixir
def deps do
[
{:rajska, "~> 1.0.2"},
{:rajska, "~> 1.1.0"},
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Rajska.MixProject do
def project do
[
app: :rajska,
version: "1.0.2",
version: "1.1.0",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down Expand Up @@ -51,7 +51,7 @@ defmodule Rajska.MixProject do
[
{:ex_doc, "~> 0.19", only: :dev, runtime: false},
{:credo, "~> 1.5.0", only: [:dev, :test], runtime: false},
{:absinthe, "~> 1.5.4"},
{:absinthe, "~> 1.4.0 or ~> 1.5.4"},
{:excoveralls, "~> 0.11", only: :test},
{:hammer, "~> 6.0", optional: true},
{:mock, "~> 0.3.0", only: :test},
Expand Down

0 comments on commit 82914aa

Please sign in to comment.