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 6, 2024
1 parent 93e6346 commit 262da48
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.14.0
docker run --name Restfox -d -p 4004:4004 flawiddsouza/restfox:0.14.1
```

## 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.618",
"version": "1.0.619",
"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.14.0",
"version": "0.14.1",
"productName": "Restfox",
"description": "Offline-first web HTTP client",
"license": "MIT",
Expand Down

0 comments on commit 262da48

Please sign in to comment.