Skip to content

Commit cd371fc

Browse files
committed
chore: bump versions to 2023.12.2
1 parent 59fef24 commit cd371fc

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

packages/hoppscotch-backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hoppscotch-backend",
3-
"version": "2023.12.1",
3+
"version": "2023.12.2",
44
"description": "",
55
"author": "",
66
"private": true,

packages/hoppscotch-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hoppscotch/common",
33
"private": true,
4-
"version": "2023.12.1-1",
4+
"version": "2023.12.2",
55
"scripts": {
66
"dev": "pnpm exec npm-run-all -p -l dev:*",
77
"test": "vitest --run",

packages/hoppscotch-selfhost-desktop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hoppscotch/selfhost-desktop",
33
"private": true,
4-
"version": "2023.12.1-1",
4+
"version": "2023.12.2",
55
"type": "module",
66
"scripts": {
77
"dev:vite": "vite",

packages/hoppscotch-selfhost-desktop/src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hoppscotch-desktop"
3-
version = "23.12.1-1"
3+
version = "23.12.2"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

packages/hoppscotch-selfhost-desktop/src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Hoppscotch",
11-
"version": "23.12.1-1"
11+
"version": "23.12.2"
1212
},
1313
"tauri": {
1414
"allowlist": {

packages/hoppscotch-selfhost-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hoppscotch/selfhost-web",
33
"private": true,
4-
"version": "2023.12.1-1",
4+
"version": "2023.12.2",
55
"type": "module",
66
"scripts": {
77
"dev:vite": "vite",

packages/hoppscotch-sh-admin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hoppscotch-sh-admin",
33
"private": true,
4-
"version": "2023.12.1-1",
4+
"version": "2023.12.2",
55
"type": "module",
66
"scripts": {
77
"dev": "pnpm exec npm-run-all -p -l dev:*",

0 commit comments

Comments
 (0)