Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mys1024 committed Feb 20, 2024
1 parent 80ef41c commit c099c9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 mys1024
Copyright (c) 2024-present mys1024

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ console.log(await sum(1, 2));

## License

MIT License © 2024 mys1024
MIT License © 2024-present mys1024
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "worker-fn",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"packageManager": "[email protected]",
"description": "Run functions using Web Worker.",
"author": "mys1024",
Expand Down

0 comments on commit c099c9a

Please sign in to comment.