From e49a33991ddc2c9dfb034317a2069bb4123d5942 Mon Sep 17 00:00:00 2001 From: Doc Walker Date: Tue, 18 Feb 2014 20:47:21 -0600 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- README.md | 2 +- lib/github-css-rails/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01595b5..4694f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -TBD +1.1.2 / 2014-02-18 ------------------ - `NEW` - add ruby lint checks (via rubocop), fix flagged items | [#16][] diff --git a/README.md b/README.md index 9ac949c..113aac6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add these lines to your application's `Gemfile`: ```rb # github flavored markdown css packaged for the rails asset pipeline -gem 'github-css-rails', '~> 1.1.2' +gem 'github-css-rails', '~> 1.1.3' ``` And then execute: diff --git a/lib/github-css-rails/version.rb b/lib/github-css-rails/version.rb index 77d8a0a..d40e274 100644 --- a/lib/github-css-rails/version.rb +++ b/lib/github-css-rails/version.rb @@ -2,6 +2,6 @@ module GithubCss module Rails # Refer to Semantic Versioning 2.0.0 (http://semver.org). - VERSION = '1.1.2' + VERSION = '1.1.3' end end