Skip to content

Commit

Permalink
version 1.0.3 (#18)
Browse files Browse the repository at this point in the history
* upgrade ex_doc

* update version number & fix license string
  • Loading branch information
maco authored Jun 6, 2022
1 parent 1094188 commit 1f45292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Exmld.Mixfile do
use Mix.Project

@version "1.0.2"
@version "1.0.3"
@name "exmld"
@repo "https://github.com/AdRoll/#{@name}"

Expand Down Expand Up @@ -38,7 +38,7 @@ defmodule Exmld.Mixfile do
defp package do
%{
name: @name,
licenses: ["BSD 3-Clause License"],
licenses: ["BSD-3-Clause"],
maintainers: ["AdRoll RTB team <rtb-team+#{@name}@adroll.com>"],
links: %{"GitHub" => @repo}
}
Expand Down

0 comments on commit 1f45292

Please sign in to comment.