Skip to content

Commit

Permalink
🚀 Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byjpr committed Jul 23, 2021
1 parent 705d071 commit 190a4f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ 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/)
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [v0.2.0]

## [v0.1.0]
### Uncategorised
- 👷 Adds Coverall tests
Expand Down Expand Up @@ -33,6 +31,7 @@ resolved authenticate/2 returning a malformed :error struct
- ✅ Test for potential opportunistic MITM attacks
- ✨ Add respond with 401
- ➕ add :git_cli
- :rocket: Bump version to 0.2.0

## [v0.0.0]
### Uncategorised
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The package can be installed by adding `plug_shopify_jwt` to your list of depend
```elixir
def deps do
[
{:plug_shopify_jwt, "~> 0.2.0"}
{:plug_shopify_jwt, "~> 0.1.0"}
]
end
```
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 PlugShopifyJWT.MixProject do
def project do
[
app: :plug_shopify_jwt,
version: "0.2.0",
version: "0.1.0",
elixir: "~> 1.10",
test_coverage: [tool: ExCoveralls],
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 190a4f3

Please sign in to comment.