diff --git a/docs/index.html b/docs/index.html
index 77c294ea..5dd3ff8e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -387,5 +387,5 @@
Keyboard Shortcuts
diff --git a/docs/sitemap.xml.gz b/docs/sitemap.xml.gz
index be40b6a2..c5fd8cc6 100644
Binary files a/docs/sitemap.xml.gz and b/docs/sitemap.xml.gz differ
diff --git a/reverbs.lib b/reverbs.lib
index 9800a6d8..0187b819 100644
--- a/reverbs.lib
+++ b/reverbs.lib
@@ -11,7 +11,7 @@ fi = library("filters.lib");
os = library("oscillators.lib");
declare name "Faust Reverb Library";
-declare version "0.1";
+declare version "0.2";
//########################################################################################
/************************************************************************
diff --git a/version.lib b/version.lib
index b7706ed0..20a29afe 100644
--- a/version.lib
+++ b/version.lib
@@ -14,7 +14,7 @@
//
//------------------------------------------------------------
version = 2, // MAJOR version when we make incompatible API changes,
- 2, // MINOR version when we add functionality in a backwards compatible manner,
+ 3, // MINOR version when we add functionality in a backwards compatible manner,
1; // PATCH version when we make backwards compatible bug fixes.