Skip to content

Commit 3db533f

Browse files
Fixed bootstrap 2 javascript folder
1 parent 1c70f52 commit 3db533f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.10.0.2
2+
3+
Bugfixies:
4+
- Moved jquery-datatatables.bootstrap.js to correct folder (bootstrap/2)
5+
16
## 2.1.10.0.1
27

38
Features:

Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ If you encounter any errors, please fork the repository, update the plugin files
1515

1616
## General Installation
1717

18-
**This is README is valid only for 2.1.10.0.1 version**
18+
**This is README is valid only for 2.1.10.0.2 version**
1919

2020
1 - Add to your Gemfile:
2121

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

2626
2 - Install the gem:
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Jquery
22
module Datatables
33
module Rails
4-
VERSION = "2.1.10.0.1"
4+
VERSION = "2.1.10.0.2"
55
end
66
end
77
end

0 commit comments

Comments
 (0)