summaryrefslogtreecommitdiff
path: root/lib/observer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/observer.rb')
-rw-r--r--lib/observer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/observer.rb b/lib/observer.rb
index fec308b14b..ef70e39dd8 100644
--- a/lib/observer.rb
+++ b/lib/observer.rb
@@ -136,7 +136,7 @@
# ticker.add_observer(warner, :call)
# ticker.run
module Observable
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
#
# Add +observer+ as an observer on this object. So that it will receive