Skip to content

Commit

Permalink
Bump 0.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurkov committed Apr 16, 2024
1 parent a696f4b commit e1fb518
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
defmodule GrowthBook.MixProject do
use Mix.Project

@version "0.1.1"
@repo_url "https://github.com/jeroenvisser101/growthbook-elixir"
@version "0.2.0"
@repo_url "https://github.com/growthbook/growthbook-elixir"

def project do
[
Expand Down Expand Up @@ -46,7 +46,7 @@ defmodule GrowthBook.MixProject do

defp package do
[
maintainers: ["Jeroen Visser"],
maintainers: ["GrowthBook"],
licenses: ["MIT"],
links: %{"GitHub" => @repo_url}
]
Expand Down

0 comments on commit e1fb518

Please sign in to comment.