Skip to content

Commit c000e2a

Browse files
committed
Version bump
1 parent d63580f commit c000e2a

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

docs/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- [Packages](packages/)
1111
- [Privacy Policy](privacy-policy.md)
1212
- Release Notes
13+
- [Version 2022.4.1](release_notes/2022.4.1.md)
1314
- [Version 2022.2.1](release_notes/2022.2.1.md)
1415
- [Version 2022.1.2](release_notes/2022.1.2.md)
1516
- [Version 2022.1.1](release_notes/2022.1.1.md)

docs/release_notes/2022.4.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Release 2022.4.1
2+
3+
* Fixed: removing identities.
4+
* Bug: Can't load Zine mini app.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "Patchfox is a Secure Scuttlebutt client",
33
"manifest_version": 2,
44
"name": "Patchfox",
5-
"version": "2022.2.1",
5+
"version": "2022.4.1",
66
"icons": {
77
"512": "images/patchfox_pixel_512.png",
88
"96": "images/patchfox_pixel_96.png",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patchfox",
3-
"version": "2022.2.1",
3+
"version": "2022.4.1",
44
"repository": {
55
"url": "https://github.com/soapdog/patchfox"
66
},

0 commit comments

Comments
 (0)