chore: bump agent version to 0.1.1

This commit is contained in:
Andrew Bastin
2024-10-04 13:00:32 +05:30
parent 771f57841a
commit fdb250a608
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1933,7 +1933,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hoppscotch-agent"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"aes-gcm",
"axum",

View File

@@ -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"

View File

@@ -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",