diff --git a/LICENSE.md b/LICENSE.md index e1b1566..e59b0ab 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2006-2021 by the respective authors (see AUTHORS file). +Copyright (c) 2006-2024 by the respective authors (see AUTHORS file). All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 7574298..d83f6c6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ by adding `makeup_rust` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:makeup_rust, "~> 0.1.0"} + {:makeup_rust, "~> 0.3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index b24383c..2c0d451 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule MakeupRust.MixProject do [ app: :makeup_rust, description: description(), - version: "0.2.0", + version: "0.3.0", elixir: "~> 1.6", start_permanent: Mix.env() == :prod, deps: deps(), @@ -41,7 +41,7 @@ defmodule MakeupRust.MixProject do [ name: "makeup_rust", files: ~w(lib .formatter.exs mix.exs README* LICENSE*), - licenses: ["BSD"], + licenses: ["BSD-2-Clause"], links: %{"GitHub" => "https://github.com/dottorblaster/makeup_rust"} ] end