Skip to content

Commit

Permalink
Bump to v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Apr 19, 2024
1 parent 462dcd1 commit c63c4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v0.22.0

- changed: update sqlite to `3.45.3`.

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project

@version "0.21.0"
@version "0.22.0"
@sqlite_version "3.45.3"

def project do
Expand Down

0 comments on commit c63c4fa

Please sign in to comment.