diff --git a/README.md b/README.md
index e8cfa7b..ee55cf9 100644
--- a/README.md
+++ b/README.md
@@ -74,13 +74,14 @@ repo:*repos* ;; List of defined repositories
## Version informations
-This version only supports git repositories and /bin/sh.
-Next releases will support other VCS.
+This version only supports git repositories and relies on /bin/sh.
+Next releases will support other VCS / systems.
SBCL and CLISP are supported.
## TODO
+* use UIOP:RUN-PROGRAM
* git tags and branches
* CVS
* subversion
diff --git a/repo.asd b/repo.asd
index 4737228..be02b39 100644
--- a/repo.asd
+++ b/repo.asd
@@ -12,7 +12,7 @@
(defsystem :repo
:name "repo"
:author "Thomas de Grivel <thoxdg@gmail.com>"
- :version "0.1"
+ :version "0.2"
:description "common interface for version control systems"
:depends-on ()
:components