Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Mar 23, 2024
1 parent 8a05a28 commit d5ca29b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [0.22.8] - 2024-03-23

### Added

- Support `:col_class` attr on `:col` and `:action` slots in addition to `:col_style`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ application.
```elixir
def deps do
[
{:flop_phoenix, "~> 0.22.7"}
{:flop_phoenix, "~> 0.22.8"}
]
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 FlopPhoenix.MixProject do
use Mix.Project

@source_url "https://github.com/woylie/flop_phoenix"
@version "0.22.7"
@version "0.22.8"

def project do
[
Expand Down

0 comments on commit d5ca29b

Please sign in to comment.