From e841ee4492deeb16f67e6ccbb90bafb58b7cfd6b Mon Sep 17 00:00:00 2001 From: Christian Mayer Date: Tue, 13 Sep 2016 00:08:54 +0200 Subject: [PATCH] Version 1.2.0. --- README.md | 5 +++-- lib/mpcat/version.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ecd341..1927b01 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ https://rubygems.org/gems/mpcat or via Gemfile: - gem 'mpcat', '~>1.0' + gem 'mpcat', '~>1.2' ## Project Links @@ -26,7 +26,8 @@ or via Gemfile: - [YAML](http://yaml.org/) ## License -Copyright (C) 2015 Christian Mayer + +Copyright (C) 2015 Christian Mayer 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. diff --git a/lib/mpcat/version.rb b/lib/mpcat/version.rb index 752d860..8fab8c3 100644 --- a/lib/mpcat/version.rb +++ b/lib/mpcat/version.rb @@ -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