Skip to content

Commit 1e64e1d

Browse files
committed
v1.0.4
1 parent 5831cba commit 1e64e1d

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = function (grunt) {
8989

9090
watch: {
9191
scripts: {
92-
files: ['app/**/*.js','*.html'],
92+
files: ['Gruntfile.js', '*.json', 'app/**/*.js','*.html'],
9393
tasks: ['build'],
9494
options: {
9595
livereload: true

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.3",
4+
"version": "1.0.4",
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# angular-timer — A simple AngularJS directive demonstrating re-usability & interoperability
2-
31
##Change Log
42

3+
###Version 1.0.4
4+
* 'auto-start' attribute name change to 'autostart' in support of Angular 1.2. See #14
5+
56
###Version 1.0.3
67
* Successful 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.3 - 2013-09-26 8:49 AM
2+
* angular-timer - v1.0.4 - 2013-09-26 8:53 AM
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.

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

0 commit comments

Comments
 (0)