From 4a1d8ae2675753ec4089a5fbfec83e1805c1ed7d Mon Sep 17 00:00:00 2001 From: itTkm <61522301+itTkm@users.noreply.github.com> Date: Tue, 3 Aug 2021 19:07:08 +0900 Subject: [PATCH] 1.1.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d8d3a3..74e9214 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "azure-retail-prices", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 73126fb..6ca022e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azure-retail-prices", - "version": "1.1.0", + "version": "1.1.1", "description": "Wrapper of Azure Retail Prices API. You can easily get the retail price of Azure without authenticating.", "main": "dist/index.js", "types": "dist/index.d.ts",