Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
boblauer committed Dec 17, 2014
1 parent edf55e6 commit d0dc551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mockdate",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"date",
"mock",
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": "mockdate",
"version": "1.0.0",
"version": "1.0.1",
"description": "A JavaScript mock Date object that can be used to change when \"now\" is.",
"main": "./src/mockdate.js",
"dependencies": {},
Expand Down

3 comments on commit d0dc551

@jameslnewell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duo/ComponentJS use git tags for versioning. Could you please tag the repo too? 😃

@boblauer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tagged!

@jameslnewell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 👍

Please sign in to comment.