Skip to content

Commit

Permalink
Fixed bootstrap 2 javascript folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardodovalle committed Jul 1, 2014
1 parent 1c70f52 commit 3db533f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.10.0.2

Bugfixies:
- Moved jquery-datatatables.bootstrap.js to correct folder (bootstrap/2)

## 2.1.10.0.1

Features:
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ If you encounter any errors, please fork the repository, update the plugin files

## General Installation

**This is README is valid only for 2.1.10.0.1 version**
**This is README is valid only for 2.1.10.0.2 version**

1 - Add to your Gemfile:

```ruby
gem 'jquery-datatables-rails', '~> 2.1.10.0.1'
gem 'jquery-datatables-rails', '~> 2.1.10.0.2'
```

2 - Install the gem:
Expand Down
2 changes: 1 addition & 1 deletion lib/jquery/datatables/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Jquery
module Datatables
module Rails
VERSION = "2.1.10.0.1"
VERSION = "2.1.10.0.2"
end
end
end

0 comments on commit 3db533f

Please sign in to comment.