Skip to content

Commit

Permalink
Bump version (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbair authored Oct 29, 2024
1 parent e8ad305 commit 37c51fb
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 @@ -19,7 +19,7 @@ This SDK is provided "as-is," without any warranty of any kind, either expressed
```elixir
def deps do
[
{:ex_oanda, git: "https://github.com/nicholasbair/ex_oanda.git", tag: "v0.0.1"}
{:ex_oanda, git: "https://github.com/nicholasbair/ex_oanda.git", tag: "v0.0.2"}
]
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 ExOanda.MixProject do
def project do
[
app: :ex_oanda,
version: "0.0.1",
version: "0.0.2",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 37c51fb

Please sign in to comment.