Skip to content

Commit 582ba67

Browse files
committed
Bump to v0.7.8
1 parent 81e6d50 commit 582ba67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Package: https://hex.pm/packages/exqlite
3333

3434
```elixir
3535
defp deps do
36-
{:exqlite, "~> 0.7.7"}
36+
{:exqlite, "~> 0.7.8"}
3737
end
3838
```
3939

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Exqlite.MixProject do
22
use Mix.Project
33

4-
@version "0.7.7"
4+
@version "0.7.8"
55

66
def project do
77
[

0 commit comments

Comments
 (0)