chore(agent): bump version to v0.1.17

This commit is contained in:
James George 2026-04-28 18:14:04 +05:30
parent 078d71036b
commit 3073d156b4
5 changed files with 5 additions and 5 deletions

View file

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

View file

@ -2070,7 +2070,7 @@ dependencies = [
[[package]]
name = "hoppscotch-agent"
version = "0.1.16"
version = "0.1.17"
dependencies = [
"aes-gcm",
"axum",

View file

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