Skip to content

Commit b419021

Browse files
committed
Version v1.0.0-rc.10
Changes: - [fix] Fix CubDB.cubdb_file?/1 regexp, making it stricter
1 parent c24c470 commit b419021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ For more details, read the [API documentation](https://hexdocs.pm/cubdb/CubDB.ht
115115

116116
```elixir
117117
def deps do
118-
[{:cubdb, "~> 1.0.0-rc.9"}]
118+
[{:cubdb, "~> 1.0.0-rc.10"}]
119119
end
120120
```
121121

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule CubDB.Mixfile do
44
def project do
55
[
66
app: :cubdb,
7-
version: "1.0.0-rc.9",
7+
version: "1.0.0-rc.10",
88
elixir: "~> 1.7",
99
build_embedded: Mix.env == :prod,
1010
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)