chore(agent): bump version to 0.1.14 (#5405)

Bump agent to version `v0.1.14` with `relay` dependency changes as per
 #5394, and direct dependency change according to #5402.
This commit is contained in:
Shreyas 2025-09-26 14:20:48 +05:30 committed by GitHub
parent 5eb9fec21c
commit 9cb98f619d
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.13",
"version": "0.1.14",
"type": "module",
"scripts": {
"dev": "vite",

View file

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

View file

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