From 81f2dce531839a1508756a3fa42bf32266b00db8 Mon Sep 17 00:00:00 2001 From: Shreyas Date: Thu, 6 Mar 2025 18:16:09 +0530 Subject: [PATCH] fix(agent): version bumps (#4849) --- packages/hoppscotch-agent/src-tauri/Cargo.lock | 2 +- packages/hoppscotch-agent/src-tauri/Cargo.toml | 2 +- packages/hoppscotch-agent/src-tauri/tauri.conf.json | 2 +- packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/hoppscotch-agent/src-tauri/Cargo.lock b/packages/hoppscotch-agent/src-tauri/Cargo.lock index 923b2cc6..30c19aed 100644 --- a/packages/hoppscotch-agent/src-tauri/Cargo.lock +++ b/packages/hoppscotch-agent/src-tauri/Cargo.lock @@ -2078,7 +2078,7 @@ dependencies = [ [[package]] name = "hoppscotch-agent" -version = "0.1.4" +version = "0.1.5" dependencies = [ "aes-gcm", "axum", diff --git a/packages/hoppscotch-agent/src-tauri/Cargo.toml b/packages/hoppscotch-agent/src-tauri/Cargo.toml index 66fec325..4ec2ea8e 100644 --- a/packages/hoppscotch-agent/src-tauri/Cargo.toml +++ b/packages/hoppscotch-agent/src-tauri/Cargo.toml @@ -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" diff --git a/packages/hoppscotch-agent/src-tauri/tauri.conf.json b/packages/hoppscotch-agent/src-tauri/tauri.conf.json index 0ce94f7a..634fcca0 100644 --- a/packages/hoppscotch-agent/src-tauri/tauri.conf.json +++ b/packages/hoppscotch-agent/src-tauri/tauri.conf.json @@ -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", diff --git a/packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json b/packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json index 877c46c3..3bb1365b 100644 --- a/packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json +++ b/packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json @@ -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",