We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd3425 commit f8406efCopy full SHA for f8406ef
npm/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fx",
3
- "version": "39.0.0",
+ "version": "39.0.2",
4
"bin": {
5
"fx": "index.js"
6
},
snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: fx
-version: 39.0.1
+version: 39.0.2
summary: Terminal JSON viewer
description: Terminal JSON viewer
base: core20
version.go
@@ -1,3 +1,3 @@
package main
-const version = "39.0.1"
+const version = "39.0.2"
0 commit comments