Skip to content

Commit

Permalink
Merge pull request #89 from nsweeting/v0.4
Browse files Browse the repository at this point in the history
Release version 0.4.0
  • Loading branch information
nsweeting authored Nov 25, 2019
2 parents 8040e54 + 2965dc7 commit 00cdddb
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 @@ -11,7 +11,7 @@ The package can be installed by adding `shopify` to your list of dependencies in

```elixir
def deps do
[{:shopify, "~> 0.3"}]
[{:shopify, "~> 0.4"}]
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 Shopify.Mixfile do
use Mix.Project

@version "0.3.1"
@version "0.4.0"

def project do
[
Expand Down

0 comments on commit 00cdddb

Please sign in to comment.