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 1
1
The MIT License (MIT)
2
2
3
- Copyright 2022 Alex McLain
3
+ Copyright 2022 Redwire Labs LLC
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of 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
4
4
def project do
5
5
[
6
6
app: :resolve ,
7
- version: "0.2.1 " ,
7
+ version: "1.0.0 " ,
8
8
elixir: "~> 1.14" ,
9
9
aliases: aliases ( ) ,
10
10
description: description ( ) ,
@@ -70,7 +70,7 @@ defmodule Resolve.MixProject do
70
70
defp package do
71
71
[
72
72
licenses: [ "MIT" ] ,
73
- links: % { "GitHub" => "https://github.com/amclain /resolve" } ,
73
+ links: % { "GitHub" => "https://github.com/redwirelabs /resolve" } ,
74
74
maintainers: [ "Alex McLain" ] ,
75
75
files: [
76
76
"lib" ,
You can’t perform that action at this time.
0 commit comments