Skip to content

Commit 8d2471c

Browse files
committed
chore: bump version
1 parent d347e9a commit 8d2471c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ There are also precompiled binaries in the [releases](https://github.com/flawidd
3636

3737
### [Docker](https://hub.docker.com/r/flawiddsouza/restfox)
3838
```
39-
docker run --name Restfox -d -p 4004:4004 flawiddsouza/restfox:0.33.0
39+
docker run --name Restfox -d -p 4004:4004 flawiddsouza/restfox:0.34.0
4040
```
4141

4242
Start webapp using docker compose
@@ -51,7 +51,7 @@ docker-compose -p 5000:4004 up -d
5151

5252
Start webapp using docker compose with different version
5353
```
54-
RESTFOX_VERSION=0.33.0 docker-compose up -d
54+
RESTFOX_VERSION=0.34.0 docker-compose up -d
5555
```
5656

5757
## Screenshots

packages/browser-extension/v3-app/src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Restfox",
33
"description": "Minimalistic HTTP Client for API Development and Testing",
4-
"version": "1.0.638",
4+
"version": "1.0.639",
55
"manifest_version": 3,
66
"icons": {
77
"512": "icons/favicon.png"

packages/electron/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "Restfox",
4-
"version": "0.33.0",
4+
"version": "0.34.0",
55
"productName": "Restfox",
66
"description": "Offline-first web HTTP client",
77
"license": "MIT",

0 commit comments

Comments
 (0)