We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3f8b4 commit 9baadddCopy full SHA for 9baaddd
2 files changed
README.md
@@ -7,7 +7,7 @@ A quick Elixir wrapper around the official LaunchDarkly [Erlang library](https:/
7
```elixir
8
def deps do
9
[
10
- {:ex_launch_darkly, github: "pixelunion/elixir-launchdarkly", tag: "v0.4.2"}
+ {:ex_launch_darkly, github: "pixelunion/elixir-launchdarkly", tag: "v0.4.3"}
11
]
12
end
13
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExLaunchDarkly.MixProject do
2
use Mix.Project
3
4
- @version "0.4.2"
+ @version "0.4.3"
5
6
def project do
0 commit comments