Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
flawiddsouza committed Sep 28, 2023
1 parent a14216b commit 01c9bae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ There are precompiled binaries in the [releases](https://github.com/flawiddsouza

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

## 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": "0.0.8",
"version": "0.0.9",
"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.0.8",
"version": "0.0.9",
"productName": "Restfox",
"description": "Offline-first web HTTP client",
"license": "MIT",
Expand Down

0 comments on commit 01c9bae

Please sign in to comment.