Skip to content

Commit

Permalink
7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Jan 8, 2020
1 parent 80ac344 commit b440715
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ <h3>MODULES</h3>
<div><ul><li><a href="man/kvs.htm">KVS</a></li><li><a href="man/kvs_stream.htm">STREAM</a></li><li><a href="man/kvs_fs.htm">FS</a></li><li><a href="man/kvs_mnesia.htm">MNESIA</a></li><li><a href="man/kvs_rocks.htm">ROCKS</a></li><li><a href="man/kvs_st.htm">ST</a></li></ul></div>
<br />
<div>
APR 2019 © <a href="https://github.com/5HT">5HT</a> ISC<br />
VER 6.6 6.5 6.4
JAN 2020 © <a href="https://github.com/5HT">5HT</a> ISC<br />
VER 7.1 6.5 6.4
</div>
</section>
<section>
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule KVS.Mixfile do
def project do
[
app: :kvs,
version: "6.12.11",
version: "7.1.1",
description: "KVS Abstract Chain Database",
package: package(),
deps: deps()
Expand All @@ -26,7 +26,7 @@ defmodule KVS.Mixfile do
defp deps do
[
{:ex_doc, "~> 0.11", only: :dev},
{:rocksdb, "~> 1.3.2"}
{:rocksdb, "~> 1.3.2"}
]
end
end
2 changes: 1 addition & 1 deletion src/kvs.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, kvs,
[{description, "KVS Abstract Chain Database"},
{vsn, "6.12.11"},
{vsn, "7.1.1"},
{registered, []},
{applications, [kernel,stdlib]},
{mod, { kvs, []}},
Expand Down

0 comments on commit b440715

Please sign in to comment.