Skip to content

Commit

Permalink
🎂 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elifoster committed Sep 10, 2016
1 parent 8d35a6b commit 20dfe6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog
## Version 1
### Version 1.2.0
* Add support for the Purge API (#48)

### Version 1.1.1
* Fix query methods throwing NoMethodErrors.

Expand Down
3 changes: 2 additions & 1 deletion mediawiki-butt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.1'
s.version = '1.2.0'
s.license = 'MIT'
# Expand on this description eventually.
s.description = <<-EOF
Expand All @@ -29,6 +29,7 @@ Gem::Specification.new do |s|
'lib/mediawiki/exceptions.rb',
'lib/mediawiki/utils.rb',
'lib/mediawiki/watch.rb',
'lib/mediawiki/purge.rb',

'lib/mediawiki/query/query.rb',

Expand Down

0 comments on commit 20dfe6a

Please sign in to comment.