Skip to content

Commit

Permalink
bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Jun 16, 2014
1 parent 4297f1f commit 22f2652
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title cowdb - copy-on-write object database
@author Benoit Chesneau <[email protected]>
[http://refuge.io/]
@copyright 2014 Benoit Chesneau (Apache 2 License)
@version 0.1
@version 0.1.0
@title cowdb - Pure Key/Value datbase for Erlang Applications

@doc cowdb is a Key/Value database for Erlang Applications written in
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

{deps, [
{cbt, ".*", {git, "https://bitbucket.org/refugeio/cbt.git",
{branch,"master"}}}
{tag,"1.0.0"}}}

]}.

Expand Down
2 changes: 1 addition & 1 deletion rebar_dev.config
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
{deps, [
%% btree library
{cbt, ".*", {git, "https://bitbucket.org/refugeio/cbt.git",
{branch,"master"}}}
{tag ,"1.0.0"}}}

]}.
2 changes: 1 addition & 1 deletion src/cowdb.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, cowdb,
[
{description, "copy-on-write database"},
{vsn, "0.3.0"},
{vsn, "0.1.0"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 22f2652

Please sign in to comment.