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

Commit

Permalink
Support moment.js v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Oct 27, 2013
1 parent 9529fc5 commit e7e8339
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.4.1 - 2013-10-27

- Support moment.js v2.4.0. See [here](https://github.com/moment/moment/#240) for changelog.

## 0.4.0 - 2013-10-08

- Support moment.js v2.3.0. See [here](https://gist.github.com/ichernev/6864354) for possibly breaking changes.
Expand Down
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.4.0 / (c) 2013 Uri Shaked / MIT Licence */
/* angular-moment.js / v0.4.1 / (c) 2013 Uri Shaked / MIT Licence */

angular.module('angularMoment', [])
.directive('amTimeAgo', ['$window', '$timeout', function ($window, $timeout) {
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-moment",
"version": "0.4.0",
"version": "0.4.1",
"description": "Angular.JS directives for Moment.JS (timeago alternative)",
"author": "Uri Shaked",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
],
"dependencies": {
"angular": ">=1.0.0 <1.3.0",
"moment": ">=2.0.0 <2.4.0"
"moment": ">=2.0.0 <2.5.0"
},
"devDependencies": {
"angular-mocks": "1.2.x"
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.4.0",
"version": "0.4.1",
"repository": {
"type": "git",
"url": "http://github.com/urish/angular-moment.git"
Expand Down

0 comments on commit e7e8339

Please sign in to comment.