Skip to content

Commit 9eeac1a

Browse files
chore(agent): version bump (hoppscotch#5150)
1 parent 5049f6f commit 9eeac1a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/hoppscotch-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hoppscotch-agent",
33
"private": true,
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/hoppscotch-agent/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hoppscotch-agent/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hoppscotch-agent"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
description = "A cross-platform HTTP request agent for Hoppscotch for advanced request handling including custom headers, certificates, proxies, and local system integration."
55
authors = ["AndrewBastin", "CuriousCorrelation"]
66
edition = "2021"

packages/hoppscotch-agent/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
33
"productName": "Hoppscotch Agent",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"identifier": "io.hoppscotch.agent",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
33
"productName": "Hoppscotch Agent Portable",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"identifier": "io.hoppscotch.agent",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)