Skip to content

Commit

Permalink
chore: bump version to 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBastin committed Mar 14, 2024
1 parent 91c6150 commit 4fd7fff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Hoppscotch Browser Extension",
"version": "0.31",
"version": "0.32",
"description": "Provides more capabilities for Hoppscotch",
"icons": {
"16": "icons/icon-16x16.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/hookContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}

window.__POSTWOMAN_EXTENSION_HOOK__ = {
getVersion: () => ({ major: 0, minor: 31 }),
getVersion: () => ({ major: 0, minor: 32 }),

decodeB64ToArrayBuffer: (input, ab) => {
const keyStr =
Expand Down

0 comments on commit 4fd7fff

Please sign in to comment.