diff --git a/README.md b/README.md index 638a1a9..df5d044 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ export default chain([ ]); ``` -Visit https://nimpl.tech/middleware-chain to view the full documentation. +Visit https://nimpl.dev/docs/middleware-chain to view the full documentation. ## Installation diff --git a/package/package.json b/package/package.json index b7a5dcd..b38707f 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@nimpl/middleware-chain", - "version": "0.5.0", + "version": "0.5.1", "description": "The package allows you to create a chain of native next.js middlewares without any modifications", "main": "./dist/chain.js", "files": [