Skip to content

Commit

Permalink
Merge pull request #1635 from ORNL-AMO/develop
Browse files Browse the repository at this point in the history
Patch Release for v0.11.5-beta
  • Loading branch information
rmroot committed Jun 26, 2024
2 parents 596245d + 08f2ccc commit 8aa7f95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "verifi",
"description": "Application for analyzing utility usage",
"version": "0.11.4-beta",
"version": "0.11.5-beta",
"main": "main.js",
"author": "Advanced Manufacturing Office",
"repository": "https://github.com/ORNL-AMO/VERIFI.git",
Expand Down
8 changes: 8 additions & 0 deletions src/app/calculations/conversions/definitions/energy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,14 @@ export const energy = {
}
, to_anchor: 1000000
}
, DTherms: {
name: {
singular: 'Dekatherm'
, plural: 'Dekatherms',
display: '(DTherm)'
}
, to_anchor: 1000000
}
, galF: {
name: {
singular: 'Gallon-Fahrenheit'
Expand Down

0 comments on commit 8aa7f95

Please sign in to comment.