fix(agent): version bumps (#4849)

This commit is contained in:
Shreyas 2025-03-06 18:16:09 +05:30 committed by GitHub
parent 8319914caf
commit 81f2dce531
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -2078,7 +2078,7 @@ dependencies = [
[[package]]
name = "hoppscotch-agent"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"aes-gcm",
"axum",

View file

@ -1,6 +1,6 @@
[package]
name = "hoppscotch-agent"
version = "0.1.4"
version = "0.1.5"
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.4",
"version": "0.1.5",
"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.4",
"version": "0.1.5",
"identifier": "io.hoppscotch.agent",
"build": {
"beforeDevCommand": "pnpm dev",