Skip to content

Commit

Permalink
Release v0.0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Dec 12, 2021
1 parent 4c3b174 commit 46b6a3e
Show file tree
Hide file tree
Showing 4 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 @@ -56,7 +56,7 @@ Here's an example of an advisor that logs the spread between multiple products o
```elixir
def deps do
[
{:tai, "~> 0.0.73"}
{:tai, "~> 0.0.74"}
# Choose your order data store
# {:ecto_sqlite3, "~> 0.5.6"}
# {:postgrex, "~> 0.15"}
Expand Down
2 changes: 1 addition & 1 deletion apps/examples/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Examples.MixProject do
def project do
[
app: :examples,
version: "0.0.73",
version: "0.0.74",
elixir: "~> 1.11",
build_path: "../../_build",
config_path: "../../config/config.exs",
Expand Down
2 changes: 1 addition & 1 deletion apps/tai/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Tai.Mixfile do
def project do
[
app: :tai,
version: "0.0.73",
version: "0.0.74",
elixir: "~> 1.11",
build_path: "../../_build",
config_path: "../../config/config.exs",
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 TaiMonorepo.MixProject do
def project do
[
apps_path: "apps",
version: "0.0.73",
version: "0.0.74",
start_permanent: Mix.env() == :prod,
deps: deps(),
aliases: aliases(),
Expand Down

0 comments on commit 46b6a3e

Please sign in to comment.