File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright 2022 Alex McLain
3+ Copyright 2022 Redwire Labs LLC
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments