Skip to content

Commit 2310bea

Browse files
committed
Version 1.0.0
1 parent 05701ae commit 2310bea

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 2023 Alex McLain
3+
Copyright 2023 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 Speck.MixProject do
44
def project do
55
[
66
app: :speck,
7-
version: "0.2.0",
7+
version: "1.0.0",
88
elixir: "~> 1.14",
99
start_permanent: Mix.env == :prod,
1010
compilers: Mix.compilers ++ [:speck],
@@ -60,7 +60,7 @@ defmodule Speck.MixProject do
6060
defp package do
6161
[
6262
licenses: ["MIT"],
63-
links: %{"GitHub" => "https://github.com/amclain/speck"},
63+
links: %{"GitHub" => "https://github.com/redwirelabs/speck"},
6464
maintainers: ["Alex McLain"],
6565
files: [
6666
"lib",

0 commit comments

Comments
 (0)