Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Apr 16, 2019
1 parent 278cd70 commit 2b356b7
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ Changes that require manual, atypical updates for those running their own instan

## [Unreleased]

## [6.4.1] - 2019-04-15

### Changed

- Increase rows per page for aliases and messages

### Fixed

- Deleting multiple items multiple times
- Displaying alias name in search matches

## [6.4.0] - 2019-04-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Email Forwarding and Aliases by Ptorx",
"short_name": "Ptorx",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"version": "6.4.0",
"version": "6.4.1",
"manifest_version": 2,
"browser_action": {
"default_icon": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx",
"version": "6.4.0",
"version": "6.4.1",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "",
"author": "Xyfir, LLC <contact@xyfir.com> (https://www.xyfir.com)",
Expand All @@ -9,8 +9,8 @@
"singleQuote": true
},
"dependencies": {
"ptorx-server": "^6.4.0",
"ptorx-web": "^6.4.0"
"ptorx-server": "^6.4.1",
"ptorx-web": "^6.4.1"
},
"keywords": [
"email forwarding",
Expand Down
2 changes: 1 addition & 1 deletion server/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 server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx-server",
"version": "6.4.0",
"version": "6.4.1",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web/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 web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx-web",
"version": "6.4.0",
"version": "6.4.1",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "",
"scripts": {
Expand Down

0 comments on commit 2b356b7

Please sign in to comment.