Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaberer committed Feb 21, 2014
1 parent cd8679a commit 467d422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/cinch/toolbox.rb
Expand Up @@ -3,6 +3,8 @@
require 'open-uri'
require 'patron'
require 'nokogiri'
require 'net/http'
require 'uri'

module Cinch
# Module for conveniance methods used in multiple Cinch plugins.
Expand Down
2 changes: 1 addition & 1 deletion lib/cinch/toolbox/version.rb
Expand Up @@ -2,6 +2,6 @@
module Cinch
# Version Info
module Toolbox
VERSION = '1.1.0'
VERSION = '1.1.1'
end
end

0 comments on commit 467d422

Please sign in to comment.