Skip to content

Commit 5265c55

Browse files
committed
Version v1.1.0
Changes: - Add `clear/1` function to atomically delete all entries in the database
1 parent acc209c commit 5265c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

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

4-
@version "1.0.0"
4+
@version "1.1.0"
55
@source_url "https://github.com/lucaong/cubdb"
66

77
def project do

0 commit comments

Comments
 (0)