Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
flawiddsouza committed May 27, 2024
1 parent bd15aec commit 780d558
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ There are also precompiled binaries in the [releases](https://github.com/flawidd

### [Docker](https://hub.docker.com/r/flawiddsouza/restfox)
```
docker run --name Restfox -d -p 4004:4004 flawiddsouza/restfox:0.16.0
docker run --name Restfox -d -p 4004:4004 flawiddsouza/restfox:0.17.0
```

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

Start webapp using docker compose with different version
```
RESTFOX_VERSION=0.16.0 docker-compose up -d
RESTFOX_VERSION=0.17.0 docker-compose up -d
```

## Screenshots
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-extension/v3-app/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Restfox",
"description": "Minimalistic HTTP Client for API Development and Testing",
"version": "1.0.621",
"version": "1.0.622",
"manifest_version": 3,
"icons": {
"512": "icons/favicon.png"
Expand Down
4 changes: 2 additions & 2 deletions packages/electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "Restfox",
"version": "0.16.0",
"version": "0.17.0",
"productName": "Restfox",
"description": "Offline-first web HTTP client",
"license": "MIT",
Expand Down

0 comments on commit 780d558

Please sign in to comment.