Skip to content

Commit

Permalink
Bump version, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jhx committed Nov 30, 2014
1 parent 7854483 commit 028a255
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.2.100 / 2014-11-30
--------------------

- `IMPROVE` - Update qtip2 to v2.2.1 | [view](https://github.com/jhx/gem-qtip2-jquery-rails/commit/42184fc)


2.1.108 / 2014-11-15
--------------------

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
# qtip2 jquery plugin packaged for the rails asset pipeline
gem 'qtip2-jquery-rails', '~> 2.1.107'
gem 'qtip2-jquery-rails', '~> 2.2.100'
```

And then execute:
Expand Down
4 changes: 2 additions & 2 deletions lib/qtip2-jquery-rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module Rails
# "2.1.101" is qtip2 v2.1.1 + gem release 1
# "2.1.110" is qtip2 v2.1.1 + gem release 10
MAJOR = 2
MINOR = 1
PATCH = 108
MINOR = 2
PATCH = 100
BUILD = nil
VERSION = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
end
Expand Down

0 comments on commit 028a255

Please sign in to comment.