From fdb250a60896e96a4cb183965ea41f81240d4175 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Fri, 4 Oct 2024 13:00:32 +0530 Subject: [PATCH] chore: bump agent version to 0.1.1 --- packages/hoppscotch-agent/package.json | 2 +- 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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/hoppscotch-agent/package.json b/packages/hoppscotch-agent/package.json index 9771da943..b0360ed35 100644 --- a/packages/hoppscotch-agent/package.json +++ b/packages/hoppscotch-agent/package.json @@ -1,7 +1,7 @@ { "name": "hoppscotch-agent", "private": true, - "version": "0.1.0", + "version": "0.1.1", "type": "module", "scripts": { "dev": "vite", diff --git a/packages/hoppscotch-agent/src-tauri/Cargo.lock b/packages/hoppscotch-agent/src-tauri/Cargo.lock index 6225cfb67..1efe3fa94 100644 --- a/packages/hoppscotch-agent/src-tauri/Cargo.lock +++ b/packages/hoppscotch-agent/src-tauri/Cargo.lock @@ -1933,7 +1933,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hoppscotch-agent" -version = "0.1.0" +version = "0.1.1" dependencies = [ "aes-gcm", "axum", diff --git a/packages/hoppscotch-agent/src-tauri/Cargo.toml b/packages/hoppscotch-agent/src-tauri/Cargo.toml index df1af81da..ec95cf2f4 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.0" +version = "0.1.1" description = "A cross-platform HTTP request agent for Hoppscotch for advanced request handling including custom headers, certificates, proxies, and local system integration." authors = ["CuriousCorrelation", "AndrewBastin"] edition = "2021" diff --git a/packages/hoppscotch-agent/src-tauri/tauri.conf.json b/packages/hoppscotch-agent/src-tauri/tauri.conf.json index 3b58b084d..ff8a7d33c 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.0", + "version": "0.1.1", "identifier": "io.hoppscotch.agent", "build": { "beforeDevCommand": "pnpm dev",