Skip to content

Commit ba3f4e2

Browse files
authored
Merge pull request #20 from omerbenda/docs/export-v0.3.0
Docs/export v0.3.0
2 parents 8c6db7d + 4920b37 commit ba3f4e2

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# pulse-http
22
An API testing app, capable of testing HTTP and WebSocket APIs
33

4-
<img width="802" height="632" alt="image" src="https://github.com/user-attachments/assets/5f738e02-9219-46e5-8e7d-0b9a3cea2285" />
4+
<img width="950" height="691" alt="image" src="https://github.com/user-attachments/assets/cc551d32-94b4-4641-b4ed-99bdd77b596f" />

package.json

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

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.

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 = "pulse-http"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "An API testing app"
55
authors = ["omerbenda"]
66
edition = "2021"

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",
33
"productName": "pulse-http",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"identifier": "com.pulsehttp",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)