From 1049f124bbcba66971a8293868bf0e5d1dd6dafd Mon Sep 17 00:00:00 2001 From: nickbair Date: Mon, 28 Oct 2024 20:17:03 -0600 Subject: [PATCH] Bump version --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0782901..3a64de2 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 4b9237a..ad84315 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),