Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLuites committed Mar 8, 2020
1 parent b53d884 commit 4205a4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ The following modules have extension:

## Changelog

### 2020-03-08 (v0.4.1)

- Add `ApplicationX.main_project/0`, which returns the mix project config of the main application, even when called from dependencies.

### 2020-03-07 (v0.4.0)

- Add `ApplicationX.main/0`, which returns the atom of the main application, even when called from dependencies.
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 CommonX.MixProject do
def project do
[
app: :common_x,
version: "0.4.0",
version: "0.4.1",
description: "Extension of common Elixir modules.",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 4205a4c

Please sign in to comment.