Browse Source

chore(agent): bump version to `0.1.2` (#4497)

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
Shreyas 4 months ago
parent
commit
8643819926

+ 1 - 1
packages/hoppscotch-agent/package.json

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

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

@@ -1,6 +1,6 @@
 # This file is automatically @generated by Cargo.
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
 # It is not intended for manual editing.
-version = 3
+version = 4
 
 
 [[package]]
 [[package]]
 name = "addr2line"
 name = "addr2line"
@@ -2111,7 +2111,7 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "hoppscotch-agent"
 name = "hoppscotch-agent"
-version = "0.1.1"
+version = "0.1.2"
 dependencies = [
 dependencies = [
  "aes-gcm",
  "aes-gcm",
  "axum",
  "axum",

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

@@ -1,6 +1,6 @@
 [package]
 [package]
 name = "hoppscotch-agent"
 name = "hoppscotch-agent"
-version = "0.1.1"
+version = "0.1.2"
 description = "A cross-platform HTTP request agent for Hoppscotch for advanced request handling including custom headers, certificates, proxies, and local system integration."
 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"]
 authors = ["AndrewBastin", "CuriousCorrelation"]
 edition = "2021"
 edition = "2021"

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

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

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

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