Skip to content

Commit 0ec88ec

Browse files
committed
v1.1.2
1 parent 29d34d3 commit 0ec88ec

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
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.1.1",
4+
"version": "1.1.2",
55
"homepage": "https://github.com/siddii/angular-timer",
66
"description": "Angular-Timer : A simple AngularJS directive demonstrating re-usability & interoperability",
77
"repository": {

dist/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
##Change Log
22

3+
###Version 1.1.2
4+
* Countdown time max-time-unit for month & year - https://github.com/siddii/angular-timer/pull/74
5+
36
###Version 1.1.1
47
* Fix for https://github.com/siddii/angular-timer/issues/73
58

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.1.1 - 2014-05-17 3:54 AM
2+
* angular-timer - v1.1.2 - 2014-05-16 9:27 PM
33
* https://github.com/siddii/angular-timer
44
*
55
* Copyright (c) 2014 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h3 class="plural-counter">
184184
</section>
185185

186186
<section id="max-time-unit-countdown-timer">
187-
<h3>countdown Time Display according to specified max Time Unit</h3>
187+
<h3>Countdown time display according to specified <em>max-time-unit</em></h3>
188188

189189
<div class="bs-docs-example">
190190
<p>

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.1.1",
4+
"version": "1.1.2",
55
"homepage": "https://github.com/siddii/angular-timer",
66
"licenses": {
77
"type": "MIT",

0 commit comments

Comments
 (0)