Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leikind committed Nov 30, 2023
1 parent f684f7a commit be7c3bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.3 30.11.2023

- Upgrade dev dependencies
- Minor improvements
- Minimal version of elixir is 1.13.0

## v0.2.2 29.08.2022

- Upgrade dev 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 Cryppo.MixProject do
def project do
[
app: :cryppo_ex,
version: "0.2.2",
version: "0.2.3",
elixir: ">= 1.13.0",
erlc_paths: ["lib"],
deps: deps(),
Expand Down

0 comments on commit be7c3bc

Please sign in to comment.