Skip to content

Commit

Permalink
Version bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenklein committed Aug 14, 2019
1 parent 1e09809 commit 9bcfa89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@ Install the [Hex](https://hex.pm/packages/ecto_adapters_dynamodb) package by add

```elixir
def deps do
[{:ecto_adapters_dynamodb, "~> 1.1"}]
[{:ecto_adapters_dynamodb, "~> 1.2"}]
end
```

Otherwise, to fetch from GitHub:

```elixir
def deps do
[{:ecto_adapters_dynamodb, git: "https://github.com/circles-learning-labs/ecto_adapters_dynamodb", tag: "1.1.2"}]
[{:ecto_adapters_dynamodb, git: "https://github.com/circles-learning-labs/ecto_adapters_dynamodb", tag: "1.2.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Ecto.Adapters.DynamoDB.Mixfile do

def project do
[app: :ecto_adapters_dynamodb,
version: "1.1.3",
version: "1.2.0",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 9bcfa89

Please sign in to comment.