From 495db99ec7948cfa72ef0d9774ee2a59bb5e8ee4 Mon Sep 17 00:00:00 2001 From: elifoster Date: Tue, 30 Aug 2016 22:53:58 -0700 Subject: [PATCH] :birthday: Bump version --- CHANGELOG.md | 3 +++ mediawiki-butt.gemspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af283a..3f18739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog ## Version 1 +### Version 1.1.1 +* Fix query methods throwing NoMethodErrors. + ### Version 1.1.0 * Support for the continuation API (Issue #9 and PR #47) diff --git a/mediawiki-butt.gemspec b/mediawiki-butt.gemspec index 2a76291..37bfff7 100644 --- a/mediawiki-butt.gemspec +++ b/mediawiki-butt.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.authors = ['Eli Foster', 'Eric Schneider (xbony2)'] s.name = 'mediawiki-butt' s.summary = 'Interacting with the MediaWiki API' - s.version = '1.1.0' + s.version = '1.1.1' s.license = 'MIT' # Expand on this description eventually. s.description = <<-EOF