From c099c9aea8bf42bbe1bba18057cf76a0a89421e5 Mon Sep 17 00:00:00 2001 From: mys1024 Date: Tue, 20 Feb 2024 22:27:37 +0800 Subject: [PATCH] release: v1.0.1 --- LICENSE | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 4f8c344..99fcefe 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 3c2e9d1..ced2033 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,4 @@ console.log(await sum(1, 2)); ## License -MIT License © 2024 mys1024 +MIT License © 2024-present mys1024 diff --git a/package.json b/package.json index 707e291..42d71c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "worker-fn", "type": "module", - "version": "1.0.0", + "version": "1.0.1", "packageManager": "pnpm@8.15.3", "description": "Run functions using Web Worker.", "author": "mys1024",