Skip to content

Commit

Permalink
Drop microseconds and bump version 😈
Browse files Browse the repository at this point in the history
  • Loading branch information
thaapasa committed Sep 29, 2024
1 parent 18bd0ce commit 8e60b68
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": "calculators",
"version": "1.2.3",
"version": "1.3.0",
"license": "MIT",
"type": "module",
"description": "Handy calculator tools in an easily-accessible web page",
Expand Down
2 changes: 1 addition & 1 deletion src/app/ui/component/UuidCheck.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Uuid7Info({ input }: { input: string }) {
fullWidth
variant="filled"
label="Aika"
value={time.format('YYYY-MM-DD HH:mm:ss.SSSSSS Z')}
value={time.format('YYYY-MM-DD HH:mm:ss.SSS Z')}
slotProps={{
input: {
readOnly: true,
Expand Down

0 comments on commit 8e60b68

Please sign in to comment.