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

Commit 354b738

Browse files
committed
Fix link + Prepare next iteration 2.0.2-dev
1 parent 5ae43d5 commit 354b738

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/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-demo",
3-
"version": "2.0.1",
3+
"version": "2.0.2-dev",
44
"license": "MIT",
55
"angular-cli": {},
66
"scripts": {

demo/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h3>
6666
<div class="container">
6767
Designed and built with &lt;3 by <a class="grey-text text-lighten-4" href="https://github.com/l-lin">Louis LIN</a>
6868
<p class="right">
69-
<iframe class="right github-stars" src="http://ghbtns.com/github-btn.html?user=l-lin&amp;repo=angular-datatables&amp;type=watch&amp;count=true&amp;size=medium" allowtransparency="true" frameborder="0" scrolling="0" width="84" height="20"></iframe>
69+
<iframe class="right github-stars" src="https://ghbtns.com/github-btn.html?user=l-lin&amp;repo=angular-datatables&amp;type=watch&amp;count=true&amp;size=medium" allowtransparency="true" frameborder="0" scrolling="0" width="84" height="20"></iframe>
7070
</p>
7171
</div>
7272
</div>

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": "2.0.1",
3+
"version": "2.0.2-dev",
44
"description": "Angular directive for DataTables",
55
"scripts": {
66
"lint": "tslint ./src/**/*.ts -t verbose",

0 commit comments

Comments
 (0)