diff --git a/LICENSE.txt b/LICENSE.txt index 80e7792..41c31f3 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright 2022 Alex McLain +Copyright 2022 Redwire Labs LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/mix.exs b/mix.exs index d8f9174..33537c5 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Resolve.MixProject do def project do [ app: :resolve, - version: "0.2.1", + version: "1.0.0", elixir: "~> 1.14", aliases: aliases(), description: description(), @@ -70,7 +70,7 @@ defmodule Resolve.MixProject do defp package do [ licenses: ["MIT"], - links: %{"GitHub" => "https://github.com/amclain/resolve"}, + links: %{"GitHub" => "https://github.com/redwirelabs/resolve"}, maintainers: ["Alex McLain"], files: [ "lib",