Skip to content

Commit a6a0d8e

Browse files
committed
update openstudio and energy plus version.
1 parent 52b8856 commit a6a0d8e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"endpoint": "https://openstudio-resources.s3.amazonaws.com/pat-dependencies3/",
33
"energyplus": [{
4-
"name": "EnergyPlus-24.1.0-win32.tar.gz",
4+
"name": "EnergyPlus-24.2.0-win32.tar",
55
"platform": "win32",
66
"arch": "x64",
77
"type": "energyplus"
88
}, {
9-
"name": "EnergyPlus-24.1.0-darwin.tar.gz",
9+
"name": "EnergyPlus-24.2.0-darwin.tar",
1010
"platform": "darwin",
1111
"arch": "x64",
1212
"type": "energyplus"
1313
}, {
14-
"name": "EnergyPlus-24.1.0-linux.tar.gz",
14+
"name": "EnergyPlus-24.2.0-linux.tar",
1515
"platform": "linux",
1616
"arch": "x64",
1717
"type": "energyplus"
@@ -60,17 +60,17 @@
6060
"type": "mongo"
6161
}],
6262
"openstudio": [{
63-
"name": "OpenStudio-3.8.0-Windows.tar.gz",
63+
"name": "OpenStudio-3.9.0-Windows.tar",
6464
"platform": "win32",
6565
"arch": "x64",
6666
"type": "openstudio"
6767
}, {
68-
"name": "OpenStudio-3.8.0-Darwin.tar.gz",
68+
"name": "OpenStudio-3.9.0-Darwin.tar",
6969
"platform": "darwin",
7070
"arch": "x64",
7171
"type": "openstudio"
7272
}, {
73-
"name": "OpenStudio-3.8.0-Linux.tar.gz",
73+
"name": "OpenStudio-3.9.0-Linux.tar",
7474
"platform": "linux",
7575
"arch": "x64",
7676
"type": "OpenStudio"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openstudio-pat",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"devDependencies": {
55
"@babel/core": "~7.19.3",
66
"@babel/eslint-parser": "~7.19.1",

0 commit comments

Comments
 (0)