Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Aug 23, 2015
1 parent 4f4d47a commit 42d4a20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twix",
"version": "0.7.0",
"version": "0.7.1",
"dependencies": {
"moment": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twix",
"version": "0.7.0",
"version": "0.7.1",
"dependencies": {
"moment/moment": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "momentjs:twix",
summary: "Twix.js (official) by Isaac Cambron: a Moment.js plugin for working with date ranges.",
version: "0.7.0",
version: "0.7.1",
git: "https://github.com/icambron/twix.js.git",
documentation: "README.markdown",
});
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": "twix",
"version": "0.7.0",
"version": "0.7.1",
"description": "Twix.js allows you to work with date ranges",
"homepage": "http://icambron.github.io/twix.js/",
"author": "Isaac Cambron",
Expand Down

0 comments on commit 42d4a20

Please sign in to comment.