Skip to content

Commit

Permalink
Prepare for 0.1.0 first official release
Browse files Browse the repository at this point in the history
  • Loading branch information
tdd committed Nov 7, 2013
1 parent b10e3d2 commit 87b23a9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,3 @@ Licence
=======

This work is MIT licence. Read the licence [here](https://github.com/tdd/moments-away/blob/master/LICENSE).

To-do
=====

* GitHub release (update package.json, tag as 0.1.0) & Formal announcement
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moments-away",
"main": "lib/index.js",
"version": "0.0.1",
"version": "0.1.0",
"homepage": "https://github.com/tdd/moments-away",
"authors": [
"Christophe Porteneuve <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repo": "tdd/moments-away",
"description": "Moment.js durations made easier, ActiveSupport-style.",
"main": "lib/index.js",
"version": "0.0.1",
"version": "0.1.0",
"keywords": ["date", "moment", "duration", "dsl", "time"],
"dependencies": {
"moment/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": "moments-away",
"version": "0.0.1",
"version": "0.1.0",
"description": "Moment.js durations made easier, ActiveSupport-style.",
"scripts": {
"test": "make test",
Expand Down

0 comments on commit 87b23a9

Please sign in to comment.