Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Mar 25, 2021
1 parent 253f2d2 commit a14e11f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- Do not link the versions in the title since this is not compatible with ExDoc. -->

## Unreleased
## 1.0.0

Initial Commit
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Sedex.MixProject do

use Mix.Project

@version "1.0.0-dev"
@version "1.0.0"

def project do
[
Expand Down Expand Up @@ -32,7 +32,7 @@ defmodule Sedex.MixProject do

defp description do
"""
PLibrary to work with Sedex.
Library to work with Sedex.
"""
end

Expand Down Expand Up @@ -63,7 +63,7 @@ defmodule Sedex.MixProject do
defp package do
# These are the default files included in the package
[
name: :crontab,
name: :sedex,
files: ["lib", "mix.exs", "README*", "LICENSE*"],
maintainers: ["Jonatan Männchen"],
licenses: ["MIT"],
Expand Down

0 comments on commit a14e11f

Please sign in to comment.