diff --git a/README.md b/README.md index d6d4994..ee50e54 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Supports [VelocyStream](https://www.arangodb.com/2017/08/velocystream-async-bina Tested on: -- **ArangoDB** 3.3.9 - 3.6 +- **ArangoDB** 3.4 - 3.6 - **Elixir** 1.6 - 1.10 - **OTP** 20 - 23 diff --git a/mix.exs b/mix.exs index 880f9ea..8cf5bb4 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Arangox.MixProject do @version "0.5.3" @description """ - ArangoDB 3.3.9+ driver for Elixir with connection pooling, support for \ + ArangoDB 3.4+ driver for Elixir with connection pooling, support for \ VelocyStream, active failover, transactions and streamed cursors. """ @source_url "https://github.com/ArangoDB-Community/arangox"