Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jul 27, 2013
1 parent 8c26ff3 commit 05e3d70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion angular-moment.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* angular-moment.js / v0.1.5 / (c) 2013 Uri Shaked / MIT Licence */
/* angular-moment.js / v0.1.6 / (c) 2013 Uri Shaked / MIT Licence */

angular.module('angularMoment', [])
.directive('amTimeAgo', ['$window', '$timeout', function ($window, $timeout) {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-moment",
"version": "0.1.5",
"version": "0.1.6",
"description": "Angular.JS directives for Moment.JS (timeago alternative)",
"author": "Uri Shaked",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-moment",
"version": "0.1.5",
"version": "0.1.6",
"dependencies": {},
"devDependencies": {
"matchdep": "~0.1.1",
Expand Down

0 comments on commit 05e3d70

Please sign in to comment.