Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MMore committed Mar 14, 2021
1 parent 751baed commit d7d470c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ erl_crash.dump

# Ignore package tarball (built via "mix hex.build").
slack_saved_items_export-*.tar
/slack_saved_items_export
/slack-saved-items-export


# Temporary files for e.g. tests
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule SSIExport.MixProject do
def project do
[
app: :slack_saved_items_export,
version: "0.1.0",
version: "1.0.0",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
escript: escript(),
Expand Down

0 comments on commit d7d470c

Please sign in to comment.