Skip to content

Commit d2ed126

Browse files
committed
v1.0.3
1 parent 8bf7d69 commit d2ed126

File tree

7 files changed

+20
-7
lines changed

7 files changed

+20
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Siddique Hameed",
33
"name": "angular-timer",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"homepage": "https://github.com/siddii/angular-timer",
66
"description": "Angular-Timer : A simple AngularJS directive demonstrating re-usability & interoperability",
77
"repository": {

dist/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# angular-timer — A simple AngularJS directive demonstrating re-usability & interoperability
22

3-
Change Log
4-
==========
3+
##Change Log
4+
5+
###Version 1.0.3
6+
* Proper bower integration

dist/angular-timer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* angular-timer - v1.0.2 - 2013-09-25 5:46 PM
2+
* angular-timer - v1.0.3 - 2013-09-25 5:55 PM
33
* https://github.com/siddii/angular-timer
44
*
55
* Copyright (c) 2013 Siddique Hameed

dist/angular-timer.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,13 @@ <h4>
289289
</tbody>
290290
</table>
291291
</section>
292+
<section id="bower">
293+
<h3>
294+
Install using Bower</h3>
295+
<p>
296+
<code>bower install angular-timer</code>
297+
</p>
298+
</section>
292299
<section id="contribute">
293300
<h3>
294301
Contributions welcome!</h3>

navbar.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@
5151
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Code</a>
5252
<ul class="dropdown-menu">
5353
<li>
54-
<a href="https://github.com/siddii/angular-timer" target="_new">View on Github</a></li>
54+
<a href="https://github.com/siddii/angular-timer" target="_new">View on Github</a>
55+
</li>
56+
<li>
57+
<a href="index.html#bower">Install using Bower</a>
58+
</li>
5559
<li>
5660
<a href="https://github.com/siddii/angular-timer/archive/master.zip" target="_new">Download</a>
5761
</li>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Siddique Hameed",
33
"name": "angular-timer",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"homepage": "https://github.com/siddii/angular-timer",
66
"licenses": {
77
"type": "MIT",

0 commit comments

Comments
 (0)