Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhx committed Feb 19, 2014
1 parent 71d6a35 commit e49a339
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
=========

TBD
1.1.2 / 2014-02-18
------------------

- `NEW` - add ruby lint checks (via rubocop), fix flagged items | [#16][]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/github-css-rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e49a339

Please sign in to comment.