Skip to content

Commit

Permalink
Updated README and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Dantemss committed Jan 28, 2016
1 parent c8274ff commit 58efcf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There are 4 steps you must follow to install commontator:
Add this line to your application's Gemfile:

```rb
gem 'commontator', '~> 4.10.0'
gem 'commontator', '~> 4.11.1'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/commontator/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Commontator
VERSION = "4.11.0"
VERSION = "4.11.1"
end

0 comments on commit 58efcf2

Please sign in to comment.