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 16, 2024
1 parent 11e0170 commit 7c4661b
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.1
docker run --name Restfox -d -p 4004:4004 flawiddsouza/restfox:0.15.0
```

Start webapp using docker compose
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.619",
"version": "1.0.620",
"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.1",
"version": "0.15.0",
"productName": "Restfox",
"description": "Offline-first web HTTP client",
"license": "MIT",
Expand Down

0 comments on commit 7c4661b

Please sign in to comment.