chore: bump version to 2026.1.1

This commit is contained in:
James George 2026-02-04 22:54:22 +05:30
parent 809c07e84c
commit 32114fc8ef
13 changed files with 13 additions and 13 deletions

View file

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

View file

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

View file

@ -18,7 +18,7 @@ export const VENDORED_INSTANCE_CONFIG: Instance = {
kind: "vendored" as const,
serverUrl: "app://hoppscotch",
displayName: "Hoppscotch Desktop",
version: "26.1.0",
version: "26.1.1",
lastUsed: new Date().toISOString(),
bundleName: "Hoppscotch",
}

View file

@ -1,7 +1,7 @@
{
"name": "hoppscotch-desktop",
"private": true,
"version": "26.1.0",
"version": "26.1.1",
"type": "module",
"scripts": {
"dev": "vite",

View file

@ -2307,7 +2307,7 @@ dependencies = [
[[package]]
name = "hoppscotch-desktop"
version = "26.1.0"
version = "26.1.1"
dependencies = [
"axum",
"dirs 6.0.0",

View file

@ -1,6 +1,6 @@
[package]
name = "hoppscotch-desktop"
version = "26.1.0"
version = "26.1.1"
description = "Desktop App for hoppscotch.io"
authors = ["CuriousCorrelation"]
edition = "2021"

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Hoppscotch",
"version": "26.1.0",
"version": "26.1.1",
"identifier": "io.hoppscotch.desktop",
"build": {
"beforeDevCommand": "pnpm dev",

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Hoppscotch",
"version": "26.1.0",
"version": "26.1.1",
"identifier": "io.hoppscotch.desktop",
"build": {
"beforeDevCommand": "pnpm dev",

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Hoppscotch",
"version": "26.1.0",
"version": "26.1.1",
"identifier": "io.hoppscotch.desktop",
"build": {
"beforeDevCommand": "pnpm dev",

View file

@ -299,7 +299,7 @@ const loadVendored = async () => {
const vendoredInstance: VendoredInstance = {
type: "vendored",
displayName: "Hoppscotch",
version: "26.1.0",
version: "26.1.1",
}
const connectionState: ConnectionState = {

View file

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

View file

@ -3,7 +3,7 @@ package bundle
import "time"
const (
Version = "2026.1.0"
Version = "2026.1.1"
DefaultMaxSize = 50 * 1024 * 1024

View file

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