Skip to content

Commit

Permalink
fix readme typo and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaczek committed Feb 16, 2023
1 parent 61ba6b1 commit 57fd25a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<h1>Strapi Redis Plugin</h1>
<h1>Redcron</h1>

<p style="margin-top: 0;">A drop in replacement for the Strapi cron plugin that uses Redlock to prevent multiple instances of Strapi from running the same cron job at the same time.</p>

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": "strapi-plugin-redcron",
"version": "0.0.2",
"version": "0.0.3",
"description": "A drop in replacement for the Strapi cron plugin that uses Redlock to prevent multiple instances of Strapi from running the same cron job at the same time.",
"strapi": {
"name": "redcron",
Expand Down

0 comments on commit 57fd25a

Please sign in to comment.