Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
flawiddsouza committed Jan 17, 2024
1 parent bbe93b9 commit 323374e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,29 @@ Watch video to see plugins in action:<br>

### macOS
Package available in homebrew by using:
`brew install restfox`
```
brew install restfox
```

### Ubuntu and other distributions supporting snap
Package available through snap can be installed using:
`sudo snap install restfox`
```
sudo snap install restfox
```

### RPM, DEB and NuPKG
There are precompiled binaries in the [releases](https://github.com/flawiddsouza/Restfox/releases) page.

### Windows
There are precompiled binaries in the [releases](https://github.com/flawiddsouza/Restfox/releases) page.
```
scoop bucket add extras
scoop install restfox
```
There are also precompiled binaries in the [releases](https://github.com/flawiddsouza/Restfox/releases) page.

### [Docker](https://hub.docker.com/r/flawiddsouza/restfox)
```
docker run --name Restfox -d -p 4004:4004 flawiddsouza/restfox:0.3.2
docker run --name Restfox -d -p 4004:4004 flawiddsouza/restfox:0.4.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.603",
"version": "1.0.604",
"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.3.2",
"version": "0.4.0",
"productName": "Restfox",
"description": "Offline-first web HTTP client",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions scripts/generate-changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ For **macOS**, the app can be installed using homebrew:
brew install restfox
\`\`\`
For **Windows**, the app can be installed using:
\`\`\`
scoop bucket add extras
scoop install restfox
\`\`\`
**NOTE:** Not all the builds have been tested properly, so please create an issue if you encounter any problems.
`)
console.log(`\n**Full Changelog**: https://github.com/flawiddsouza/Restfox/compare/${fromTag}...${toTag}`)

0 comments on commit 323374e

Please sign in to comment.