Skip to content

Commit

Permalink
Build 1.31.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jun 8, 2018
1 parent 41e3f37 commit 5def65c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/cronstrue-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -969,13 +969,13 @@ var de = (function () {
return "An error occured when generating the expression description. Check the cron expression syntax.";
};
de.prototype.atSpace = function () {
return "Täglich um ";
return "Um ";
};
de.prototype.everyMinuteBetweenX0AndX1 = function () {
return "Jede Minute zwischen %s und %s";
};
de.prototype.at = function () {
return "Täglich um";
return "Um";
};
de.prototype.spaceAnd = function () {
return " und";
Expand Down
2 changes: 1 addition & 1 deletion dist/cronstrue-i18n.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cronstrue",
"title": "cRonstrue",
"version": "1.30.0",
"version": "1.31.0",
"description": "Convert cron expressions into human readable descriptions",
"author": "Brady Holt",
"license": "MIT",
Expand Down

0 comments on commit 5def65c

Please sign in to comment.