Skip to content

Commit 43c57a5

Browse files
authored
Merge pull request #3 from deefrawley/floz_update
Floz update. Fixes #1
2 parents 4095c21 + 141d0c1 commit 43c57a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "General Converter",
55
"Description": "General weights and measures converter",
66
"Author": "deefrawley",
7-
"Version": "1.0.0",
7+
"Version": "1.0.1",
88
"Language": "python",
99
"Website": "https://github.com/deefrawley/Flow.Launcher.Plugin.GenConvert",
1010
"IcoPath": "assets/favicon.ico",

plugin/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"tbsp": 0.067628224,
2020
"tsp": 0.2028846715942,
2121
"gal": 0.0002641727499999601,
22+
"floz": 0.03381413,
2223
},
2324
"sqm": {
2425
"h": 0.0001,

0 commit comments

Comments
 (0)