diff --git a/bert.asd b/bert.asd index 9701e98..2905980 100644 --- a/bert.asd +++ b/bert.asd @@ -6,7 +6,7 @@ (asdf:defsystem :bert :description "BERT serializer." :author "Markus Flambard " - :version "0.1.0" + :version "0.1.1" :license "MIT License" :depends-on (:cleric :alexandria) :components diff --git a/cleric.asd b/cleric.asd index 3086013..b8d4740 100644 --- a/cleric.asd +++ b/cleric.asd @@ -7,7 +7,7 @@ (asdf:defsystem :cleric :description "Common Lisp Erlang Interface - An implementation of the Erlang distribution protocol." :author "Markus Flambard " - :version "0.1.0" + :version "0.1.1" :license "MIT License" :depends-on (:usocket :flexi-streams :md5 :ieee-floats :alexandria) :components diff --git a/doc/bert_reference.html b/doc/bert_reference.html index 34df75f..366cfbf 100644 --- a/doc/bert_reference.html +++ b/doc/bert_reference.html @@ -12,7 +12,7 @@

BERT reference

-

Version 0.1.0.

+

Version 0.1.1.

This is the reference document for BERT, which is part of CLERIC diff --git a/doc/cleric_reference.html b/doc/cleric_reference.html index 5248a6d..6034c12 100644 --- a/doc/cleric_reference.html +++ b/doc/cleric_reference.html @@ -12,7 +12,7 @@

CLERIC reference

-

Version 0.1.0.

+

Version 0.1.1.

This is the reference document for CLERIC (Common Lisp Erlang Interface). diff --git a/doc/index.html b/doc/index.html index 8e373fd..bf7d7a1 100644 --- a/doc/index.html +++ b/doc/index.html @@ -12,7 +12,7 @@

CLERIC documentation

-

Version 0.1.0.

+

Version 0.1.1.

This is the documentation for diff --git a/doc/reference.html b/doc/reference.html index 2ac2408..eccba56 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -12,7 +12,7 @@

CLERIC reference

-

Version 0.1.0.

+

Version 0.1.1.

This is the reference documentation for