Skip to content

Commit

Permalink
Version 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Nov 28, 2022
1 parent af1105f commit 74a5f61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2 id="features">Features</h2>
<li>Supports all cron expression special characters including * / , - ? L W, #</li>
<li>Supports 5, 6 (w/ seconds or year), or 7 (w/ seconds and year) part cron expressions</li>
<li>Supports <a href="http://www.quartz-scheduler.org/">Quartz Job Scheduler</a> cron expressions</li>
<li>i18n support with 30 languages</li>
<li>i18n support with 34 languages</li>
</ul>
<h2 id="demo">Demo</h2>
<p>A demo is available <a href="http://bradymholt.github.io/cRonstrue/#cronstrue-demo">here</a>.</p>
Expand Down Expand Up @@ -206,6 +206,7 @@ <h2 id="frequently-asked-questions">Frequently Asked Questions</h2>
<h3 id="supported-locales">Supported Locales</h3>
<ul>
<li>en - English (<a href="https://github.com/bradymholt">Brady Holt</a>)</li>
<li>ar - Arabic (<a href="https://github.com/mohamednehad450">Mohamed Nehad Shalabi</a>)</li>
<li>ca - Catalan (<a href="https://github.com/fjbarrena">Francisco Javier Barrena</a>)</li>
<li>cs - Czech (<a href="https://github.com/hanbar">hanbar</a>)</li>
<li>es - Spanish (<a href="https://github.com/ivansg">Ivan Santos</a>)</li>
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.19.0",
"version": "2.20.0",
"description": "Convert cron expressions into human readable descriptions",
"author": "Brady Holt",
"license": "MIT",
Expand Down

0 comments on commit 74a5f61

Please sign in to comment.