Skip to content

Commit bc68690

Browse files
authored
Merge pull request #280 from NREL/390-rc1
Update and release 390-rc1
2 parents 52b8856 + a16db65 commit bc68690

6 files changed

Lines changed: 13 additions & 12 deletions

File tree

.github/workflows/build_pat.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,9 @@ jobs:
123123
cmake --build . --target package -j 2
124124
125125
- name: Save artifact
126-
uses: actions/upload-artifact@v2
126+
uses: actions/upload-artifact@v4
127127
with:
128+
name: PAT-Installer-${{ matrix.name }}
128129
path: ./build/ParametricAnalysisTool-*
129130

130131

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14.0)
22
cmake_policy(SET CMP0048 NEW)
33

44

5-
project(ParametricAnalysisTool VERSION 3.8.0)
5+
project(ParametricAnalysisTool VERSION 3.9.0)
66

77

88
find_package(Git)

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.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "ParametricAnalysisTool",
44
"identifier": "gov.nrel.openstudio.pat",
55
"description": "OpenStudio Parametric Analysis Tool",
6-
"version": "3.8.0",
6+
"version": "3.9.0",
77
"author": "National Renewable Energy Laboratory",
88
"main": "background.js",
99
"dependencies": {

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.gz",
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.gz",
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.gz",
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.gz",
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.gz",
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.gz",
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)