summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile.lock2
-rw-r--r--lib/zorglub.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 1722180..5e1d572 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- zorglub (0.0.9)
+ zorglub (0.1.0)
GEM
remote: http://rubygems.org/
diff --git a/lib/zorglub.rb b/lib/zorglub.rb
index 4f4fdc8..586a184 100644
--- a/lib/zorglub.rb
+++ b/lib/zorglub.rb
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
module Zorglub
- VERSION = '0.0.9'
+ VERSION = '0.1.0'
end
require 'zorglub/node'