Skip to content

Commit

Permalink
bump gem version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Törnqvist committed Jun 15, 2011
1 parent 9868348 commit 2af4c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
resto (0.0.9) resto (0.1.0)
nokogiri (>= 1.4.4) nokogiri (>= 1.4.4)
yajl-ruby (>= 0.8.2) yajl-ruby (>= 0.8.2)


Expand Down
2 changes: 1 addition & 1 deletion lib/resto/version.rb
@@ -1,5 +1,5 @@
# encoding: utf-8 # encoding: utf-8


module Resto module Resto
VERSION = "0.0.9" VERSION = "0.1.0"
end end

0 comments on commit 2af4c21

Please sign in to comment.