summaryrefslogtreecommitdiff
path: root/lib/tapicero/version.rb
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2013-12-19 13:18:28 +0100
committerAzul <azul@riseup.net>2013-12-19 13:18:28 +0100
commite4df501035434cbb1920ccca21e489599b5ad382 (patch)
treedfacb19930d1c28cf53fe041cc8151fe39fe358e /lib/tapicero/version.rb
parent8104b882032a851604ba6a2a904c7e267523f158 (diff)
Version 0.2.0: use CouchRest::Changes
This also changes the format of the config file. Please make sure to adjust it.
Diffstat (limited to 'lib/tapicero/version.rb')
-rw-r--r--lib/tapicero/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tapicero/version.rb b/lib/tapicero/version.rb
index ec18e78..3688f62 100644
--- a/lib/tapicero/version.rb
+++ b/lib/tapicero/version.rb
@@ -1,4 +1,4 @@
module Tapicero
- VERSION = "0.1.0"
+ VERSION = "0.2.0"
REQUIRE_PATHS = ['lib']
end