Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 0d7470b

Browse files
committed
Release version 0.6.0
1 parent 7d5d175 commit 0d7470b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Notes
77

88
The required dependencies are:
99

10-
* [AngularJS](http://angular.org) (tested with version 1.3.0+)
10+
* [AngularJS](http://angular.org) (tested with version 1.6.0+)
1111
* [jQuery](http://jquery.com) (tested with version 1.11.0+)
1212
* [Datatables](https://datatables.net) (tested with version 1.10+)
1313

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-datatables",
3-
"version": "0.5.7",
3+
"version": "0.6.0",
44
"author": "l-lin",
55
"license": "MIT",
66
"main": [

demo/partials/gettingStarted.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h3>Dependencies</h3>
99
The <strong>required dependencies</strong> are:
1010
</p>
1111
<ul>
12-
<li><a href="http://angular.org">AngularJS</a> version 1.3.0+</li>
12+
<li><a href="http://angular.org">AngularJS</a> version 1.6.0+</li>
1313
<li><a href="http://jquery.com">JQuery</a> version 1.11.0+</li>
1414
<li><a href="https://datatables.net">DataTables</a> version 1.10+</li>
1515
</ul>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-datatables",
3-
"version": "0.5.7",
3+
"version": "0.6.0",
44
"author": "l-lin",
55
"main": "index.js",
66
"ignore": [

0 commit comments

Comments
 (0)