From f0a862ab2d0e5e785d8b9ef64402c893a2f42d9e Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Thu, 14 Mar 2024 14:50:50 +0530 Subject: [PATCH] chore: bump version to 0.32 --- package.json | 2 +- src/hookContent.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1cf17f8..827feda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hoppscotch-extension", - "version": "0.31.0", + "version": "0.32.0", "description": "Provides more features to the Hoppscotch webapp (https://hoppscotch.io/)", "scripts": { "clean": "rimraf dist .parcel-cache", diff --git a/src/hookContent.js b/src/hookContent.js index 3b857cd..e6245bb 100644 --- a/src/hookContent.js +++ b/src/hookContent.js @@ -36,7 +36,7 @@ } window.__POSTWOMAN_EXTENSION_HOOK__ = { - getVersion: () => ({ major: 0, minor: 31 }), + getVersion: () => ({ major: 0, minor: 32 }), decodeB64ToArrayBuffer: (input, ab) => { const keyStr =