Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
flawiddsouza committed Apr 7, 2024
1 parent 360f1d4 commit 4aa5174
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 @@ -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.9.1
docker run --name Restfox -d -p 4004:4004 flawiddsouza/restfox:0.10.0
```

## 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.612",
"version": "1.0.613",
"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.9.1",
"version": "0.10.0",
"productName": "Restfox",
"description": "Offline-first web HTTP client",
"license": "MIT",
Expand Down

0 comments on commit 4aa5174

Please sign in to comment.