Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
evisdrenova committed Nov 11, 2023
1 parent 16f18ed commit 6378699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neocron",
"version": "0.3.6",
"version": "0.3.7",
"private": false,
"main": "dist/src/Neocron.js",
"export": "dist/src/Neocron.js",
Expand Down
2 changes: 1 addition & 1 deletion src/NeoCron.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function NeoCron(props: Props): ReactElement {
};

return (
<div>
<div className="space-y-6">
{!disableInput && (
<CronExpression cronState={cronState} setExpression={setExpression} />
)}
Expand Down

0 comments on commit 6378699

Please sign in to comment.