Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amclain committed Apr 27, 2024
1 parent 69bc653 commit 5c3c086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5c3c086

Please sign in to comment.