Skip to content

Commit

Permalink
chore(*): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Dec 18, 2015
1 parent fe4a618 commit c5b13b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TimeAgoPipe.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* angular2-moment / v0.1.0 / (c) 2015 Uri Shaked / MIT Licence */
/* angular2-moment / v0.1.1 / (c) 2015 Uri Shaked / MIT Licence */

import {Pipe, ChangeDetectorRef, PipeTransform} from 'angular2/core';
import * as moment_ from 'moment';
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": "angular2-moment",
"version": "0.1.0",
"version": "0.1.1",
"description": "Moment.JS pipes for Angular2 (timeago and more)",
"main": "TimeAgoPipe.js",
"typings": "./TimeAgoPipe.d.ts",
Expand Down

0 comments on commit c5b13b6

Please sign in to comment.