Skip to content

Commit 5c3c086

Browse files
committed
Version 1.0.0
1 parent 69bc653 commit 5c3c086

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright 2022 Alex McLain
3+
Copyright 2022 Redwire Labs LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Resolve.MixProject do
44
def project do
55
[
66
app: :resolve,
7-
version: "0.2.1",
7+
version: "1.0.0",
88
elixir: "~> 1.14",
99
aliases: aliases(),
1010
description: description(),
@@ -70,7 +70,7 @@ defmodule Resolve.MixProject do
7070
defp package do
7171
[
7272
licenses: ["MIT"],
73-
links: %{"GitHub" => "https://github.com/amclain/resolve"},
73+
links: %{"GitHub" => "https://github.com/redwirelabs/resolve"},
7474
maintainers: ["Alex McLain"],
7575
files: [
7676
"lib",

0 commit comments

Comments
 (0)