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 05701ae commit 2310bea
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 2023 Alex McLain
Copyright 2023 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 Speck.MixProject do
def project do
[
app: :speck,
version: "0.2.0",
version: "1.0.0",
elixir: "~> 1.14",
start_permanent: Mix.env == :prod,
compilers: Mix.compilers ++ [:speck],
Expand Down Expand Up @@ -60,7 +60,7 @@ defmodule Speck.MixProject do
defp package do
[
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/amclain/speck"},
links: %{"GitHub" => "https://github.com/redwirelabs/speck"},
maintainers: ["Alex McLain"],
files: [
"lib",
Expand Down

0 comments on commit 2310bea

Please sign in to comment.