chore(agent): version bump (#5150)

This commit is contained in:
Shreyas 2025-06-13 15:18:43 +05:30 committed by GitHub
parent 5049f6fde7
commit 9eeac1ac70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"name": "hoppscotch-agent",
"private": true,
"version": "0.1.10",
"version": "0.1.11",
"type": "module",
"scripts": {
"dev": "vite",

View file

@ -2076,7 +2076,7 @@ dependencies = [
[[package]]
name = "hoppscotch-agent"
version = "0.1.10"
version = "0.1.11"
dependencies = [
"aes-gcm",
"axum",

View file

@ -1,6 +1,6 @@
[package]
name = "hoppscotch-agent"
version = "0.1.10"
version = "0.1.11"
description = "A cross-platform HTTP request agent for Hoppscotch for advanced request handling including custom headers, certificates, proxies, and local system integration."
authors = ["AndrewBastin", "CuriousCorrelation"]
edition = "2021"

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
"productName": "Hoppscotch Agent",
"version": "0.1.10",
"version": "0.1.11",
"identifier": "io.hoppscotch.agent",
"build": {
"beforeDevCommand": "pnpm dev",

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
"productName": "Hoppscotch Agent Portable",
"version": "0.1.10",
"version": "0.1.11",
"identifier": "io.hoppscotch.agent",
"build": {
"beforeDevCommand": "pnpm dev",