Skip to content

Commit 00a7c76

Browse files
Bumped version
1 parent 1c41659 commit 00a7c76

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.2.1
2+
- updated jQuery DataTables to 1.10.2
3+
14
## 2.2.0
25
- only changed version to respect the semver.org.
36
- this version it is equal to 2.1.10.0.4

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you encounter any errors, please fork the repository, update the plugin files
2020
1 - Add to your Gemfile:
2121

2222
```ruby
23-
gem 'jquery-datatables-rails', '~> 2.2.0'
23+
gem 'jquery-datatables-rails', '~> 2.2.1'
2424
```
2525

2626
2 - Install the gem:

jquery-datatables-rails.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ Gem::Specification.new do |s|
2121

2222
s.add_dependency "sass-rails"
2323
end
24-
25-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Jquery
22
module Datatables
33
module Rails
4-
VERSION = "2.2.0"
4+
VERSION = "2.2.1"
55
end
66
end
77
end

0 commit comments

Comments
 (0)