diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | mix.exs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -# Mediasync +# mediasync @@ -4,7 +4,7 @@ defmodule Mediasync.MixProject do def project do [ app: :mediasync, - version: "0.1.0", + version: "1.0.0", elixir: "~> 1.17", start_permanent: Mix.env() == :prod, deps: deps() |