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.
2 parents 4095c21 + 141d0c1 commit 43c57a5Copy full SHA for 43c57a5
plugin.json
@@ -4,7 +4,7 @@
4
"Name": "General Converter",
5
"Description": "General weights and measures converter",
6
"Author": "deefrawley",
7
- "Version": "1.0.0",
+ "Version": "1.0.1",
8
"Language": "python",
9
"Website": "https://github.com/deefrawley/Flow.Launcher.Plugin.GenConvert",
10
"IcoPath": "assets/favicon.ico",
plugin/utils.py
@@ -19,6 +19,7 @@
19
"tbsp": 0.067628224,
20
"tsp": 0.2028846715942,
21
"gal": 0.0002641727499999601,
22
+ "floz": 0.03381413,
23
},
24
"sqm": {
25
"h": 0.0001,
0 commit comments