From 8850215fc34c13f11c391740fb562809fcfefe7f Mon Sep 17 00:00:00 2001 From: Jason Raimondi Date: Mon, 12 Aug 2024 18:14:06 -0400 Subject: [PATCH] v4.0.1 --- LICENSE | 2 +- jsr.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index f12d7c72..f26a902b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Jason Raimondi +Copyright (c) 2024 Jason Raimondi 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/jsr.json b/jsr.json index 0048f256..0506ffea 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@jmondi/oauth2-server", - "version": "4.0.0", + "version": "4.0.1", "exports": { ".": "./src/index.ts", "./express": "./src/adapters/express.ts", diff --git a/package.json b/package.json index 52626550..15907e6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jmondi/oauth2-server", - "version": "4.0.0", + "version": "4.0.1", "type": "module", "author": "Jason Raimondi ", "funding": "https://github.com/sponsors/jasonraimondi",