chore: bump version to 2024.3.1

This commit is contained in:
Andrew Bastin
2024-04-22 20:26:25 +05:30
parent 0e2887b4e9
commit 4f614f7257
6 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "hoppscotch-backend",
"version": "2024.3.0",
"version": "2024.3.1",
"description": "",
"author": "",
"private": true,
@@ -121,4 +121,4 @@
"^src/(.*)$": "<rootDir>/$1"
}
}
}
}

View File

@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/common",
"private": true,
"version": "2024.3.0",
"version": "2024.3.1",
"scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*",
"test": "vitest --run",

View File

@@ -1260,7 +1260,7 @@ dependencies = [
[[package]]
name = "hoppscotch-desktop"
version = "24.3.0"
version = "24.3.1"
dependencies = [
"cocoa 0.25.0",
"hex_color",

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "Hoppscotch",
"version": "24.3.0"
"version": "24.3.1"
},
"tauri": {
"allowlist": {

View File

@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/selfhost-web",
"private": true,
"version": "2024.3.0",
"version": "2024.3.1",
"type": "module",
"scripts": {
"dev:vite": "vite",
@@ -81,4 +81,4 @@
"vite-plugin-vue-layouts": "0.8.0",
"vue-tsc": "1.8.24"
}
}
}

View File

@@ -1,7 +1,7 @@
{
"name": "hoppscotch-sh-admin",
"private": true,
"version": "2024.3.0",
"version": "2024.3.1",
"type": "module",
"scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*",