chore: set versions with a bump version

This commit is contained in:
Andrew Bastin
2023-11-07 16:04:02 +05:30
parent a13c2fd4c1
commit 97bd808431
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@@ -7,8 +7,8 @@
"withGlobalTauri": false
},
"package": {
"productName": "hoppscotch-desktop",
"version": "0.0.0"
"productName": "Hoppscotch",
"version": "83.8.1-1"
},
"tauri": {
"allowlist": {

View File

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

View File

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