Skip to content

Commit

Permalink
bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Jul 23, 2019
1 parent ea95d28 commit 7b11c29
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 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": "1.2.1",
"version": "1.3.0",
"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": "1.2.1",
"version": "1.3.0",
"dependencies": {
"moment/moment": "*"
},
Expand Down
9 changes: 6 additions & 3 deletions dist/twix.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/twix.min.js

Large diffs are not rendered by default.

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: "1.2.1",
version: "1.3.0",
git: "https://github.com/icambron/twix.js.git",
});

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": "1.2.1",
"version": "1.3.0",
"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 7b11c29

Please sign in to comment.