From 916a945410527df07a9db67e71e28654018b4478 Mon Sep 17 00:00:00 2001 From: Nikitha Chettiar Date: Thu, 10 Nov 2022 11:23:57 -0800 Subject: [PATCH] v 3.0.4 (#1047) --- package-lock.json | 4 ++-- package.json | 2 +- src/Version.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index baf104c13..55d9c0d3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@microsoft/microsoft-graph-client", - "version": "3.0.3", + "version": "3.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@microsoft/microsoft-graph-client", - "version": "3.0.3", + "version": "3.0.4", "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index dd4ac2350..742f04742 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/microsoft-graph-client", - "version": "3.0.3", + "version": "3.0.4", "description": "Microsoft Graph Client Library", "keywords": [ "Microsoft", diff --git a/src/Version.ts b/src/Version.ts index 4a1693c03..f259ad9a2 100644 --- a/src/Version.ts +++ b/src/Version.ts @@ -12,4 +12,4 @@ * @module Version */ -export const PACKAGE_VERSION = "3.0.3"; +export const PACKAGE_VERSION = "3.0.4";