chore: bump versions to 2024.3.3

This commit is contained in:
Andrew Bastin
2024-05-06 22:57:33 +05:30
parent 4b8f3bd8da
commit 391e5a20f5
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "hoppscotch-backend",
"version": "2024.3.2",
"version": "2024.3.3",
"description": "",
"author": "",
"private": true,

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/selfhost-desktop",
"private": true,
"version": "2024.3.2",
"version": "2024.3.3",
"type": "module",
"scripts": {
"dev:vite": "vite",

View File

@@ -1,6 +1,6 @@
[package]
name = "hoppscotch-desktop"
version = "24.3.2"
version = "24.3.3"
description = "A Tauri App"
authors = ["you"]
license = ""

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/selfhost-web",
"private": true,
"version": "2024.3.2",
"version": "2024.3.3",
"type": "module",
"scripts": {
"dev:vite": "vite",

View File

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