Skip to content

Commit

Permalink
Bump version to 0.3.0-rc.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbusi committed Nov 30, 2021
1 parent 9636366 commit 481d5af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0-rc.1.1] - 2021-11-30

### Fixed

- Fixed package inside mix project

## [0.3.0-rc.1] - 2021-11-26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The package can be installed by adding `prima_auth0_ex` to your list of dependen
```elixir
def deps do
[
{:prima_auth0_ex, "~> 0.3.0-rc.1"}
{:prima_auth0_ex, "~> 0.3.0-rc.1.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule PrimaAuth0Ex.MixProject do
use Mix.Project

@source_url "https://github.com/primait/auth0_ex"
@version "0.3.0-rc.1"
@version "0.3.0-rc.1.1"

def project do
[
Expand Down

0 comments on commit 481d5af

Please sign in to comment.