chore: bump agent version to 0.1.6

This commit is contained in:
jamesgeorge007 2025-03-12 14:08:05 +05:30
parent 05399d874a
commit 6bd2574cba
5 changed files with 6 additions and 8 deletions

View file

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

View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "hoppscotch-agent"
version = "0.1.5"
version = "0.1.6"
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.5",
"version": "0.1.6",
"identifier": "io.hoppscotch.agent",
"build": {
"beforeDevCommand": "pnpm dev",
@ -43,9 +43,7 @@
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDRBQzgxQjc3MzJCMjZENEMKUldSTWJiSXlkeHZJU3EvQW1abFVlREVhRDNlM0ZhOVJYaHN4M0FpbXZhcUFzSVdVbG84RWhPa1AK",
"endpoints": [
"https://releases.hoppscotch.com/hoppscotch-agent.json"
]
"endpoints": ["https://releases.hoppscotch.com/hoppscotch-agent.json"]
}
}
}

View file

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