Skip to content

Commit

Permalink
chore: bump version to 2023.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBastin committed Feb 26, 2024
1 parent bd40661 commit faab1d2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/hoppscotch-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "hoppscotch-backend",
"version": "2023.12.5",
"version": "2023.12.6",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/hoppscotch-common/package.json
@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/common",
"private": true,
"version": "2023.12.5",
"version": "2023.12.6",
"scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*",
"test": "vitest --run",
Expand Down
2 changes: 1 addition & 1 deletion packages/hoppscotch-selfhost-desktop/package.json
@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/selfhost-desktop",
"private": true,
"version": "2023.12.5",
"version": "2023.12.6",
"type": "module",
"scripts": {
"dev:vite": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/hoppscotch-selfhost-desktop/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hoppscotch-selfhost-desktop/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hoppscotch-desktop"
version = "23.12.5"
version = "23.12.6"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Hoppscotch",
"version": "23.12.5"
"version": "23.12.6"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hoppscotch-selfhost-web/package.json
@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/selfhost-web",
"private": true,
"version": "2023.12.5",
"version": "2023.12.6",
"type": "module",
"scripts": {
"dev:vite": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/hoppscotch-sh-admin/package.json
@@ -1,7 +1,7 @@
{
"name": "hoppscotch-sh-admin",
"private": true,
"version": "2023.12.5",
"version": "2023.12.6",
"type": "module",
"scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*",
Expand Down

0 comments on commit faab1d2

Please sign in to comment.