Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
LiruMouse committed Aug 29, 2022
2 parents 2a758b9 + bdc5ca3 commit c08b9f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add this to the top of your mix.exs file:
```elixir
unless Kernel.function_exported?(CoMix, :version, 0) do
{:ok, _} = Application.ensure_all_started(:hex)
Mix.install([{:comix, "~> 1.0", runtime: false}])
Mix.install([{:co_mix, "~> 1.0", runtime: false}])
end
```
Then set `version = CoMix.version()` inside of the `def project`, instead of using a hardcoded version.
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
defmodule CoMix.MixProject do
use Mix.Project

defp github, do: "https://github.com/simplifi/comix"
defp github, do: "https://github.com/simplifi/co_mix"

def project do
[
app: :comix,
version: "1.0.0",
app: :co_mix,
version: "1.0.2",
elixir: "~> 1.12",
package: package(),
description: "Common mix.exs code that all projects can benefit from",
Expand Down
File renamed without changes.

0 comments on commit c08b9f6

Please sign in to comment.