From 1e2e57624c58b02ce6ada7543012c4b47852c4e8 Mon Sep 17 00:00:00 2001 From: Mathias Polligkeit Date: Tue, 26 Sep 2023 09:58:06 +0900 Subject: [PATCH] bump version --- CHANGELOG.md | 2 ++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64804ee..e7dcaa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.22.0] - 2023-09-26 + ### Added - Added `directions` attribute to the `col` slot of the table component. This diff --git a/README.md b/README.md index e7d0fe5..5d311e8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ application. ```elixir def deps do [ - {:flop_phoenix, "~> 0.21.2"} + {:flop_phoenix, "~> 0.22.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 2c1c8f5..3817463 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule FlopPhoenix.MixProject do use Mix.Project @source_url "https://github.com/woylie/flop_phoenix" - @version "0.21.2" + @version "0.22.0" def project do [