Skip to content

Commit

Permalink
Version 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFox committed Sep 12, 2016
1 parent 6e89df2 commit e841ee4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://rubygems.org/gems/mpcat

or via Gemfile:

gem 'mpcat', '~>1.0'
gem 'mpcat', '~>1.2'

## Project Links

Expand All @@ -26,7 +26,8 @@ or via Gemfile:
- [YAML](http://yaml.org/)

## License
Copyright (C) 2015 Christian Mayer <http://fox21.at>

Copyright (C) 2015 Christian Mayer <https://fox21.at>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Expand Down
2 changes: 1 addition & 1 deletion lib/mpcat/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

module MPCat
VERSION = '1.2.0-dev.1'
VERSION = '1.2.0'
DATE = '2016-09-12'
HOMEPAGE = 'https://github.com/TheFox/mpcat'
end

0 comments on commit e841ee4

Please sign in to comment.