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

Commit

Permalink
Release version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Sep 13, 2013
1 parent b4161b0 commit b767a8e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 0.2.1 - 2013-08-22
## 0.2.1 - 2013-09-13

- Fix an issue with tests failing on a different timezone
- Support moment 2.2.x, AngularJS 1.2

## 0.2.0 - 2013-08-22

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.2.0 / (c) 2013 Uri Shaked / MIT Licence */
/* angular-moment.js / v0.2.1 / (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.2.0",
"version": "0.2.1",
"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.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "http://github.com/urish/angular-moment.git"
Expand Down

0 comments on commit b767a8e

Please sign in to comment.