Skip to content

Commit 04db6cf

Browse files
authored
Merge pull request #281 from NREL/3.9.1
3.9.1 is ready for release
2 parents bc68690 + 45b14ee commit 04db6cf

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/workflows/build_pat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: 18
2727
allow_failure: false
2828
- name: macOS
29-
os: macos-12
29+
os: macos-13
3030
node-version: 18
3131
allow_failure: false
3232
MACOSX_DEPLOYMENT_TARGET: 10.15

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
npm run test:parallel
4242
npm run test:serial
43-
- uses: actions/upload-artifact@v3
43+
- uses: actions/upload-artifact@v4
4444
if: always()
4545
with:
4646
name: reports

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.9.0)
5+
project(ParametricAnalysisTool VERSION 3.9.1)
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.9.0",
6+
"version": "3.9.1",
77
"author": "National Renewable Energy Laboratory",
88
"main": "background.js",
99
"dependencies": {

manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@
4444
"type": "ruby"
4545
}],
4646
"mongo": [{
47-
"name": "mongodb-4.4.2-win32.tar.gz",
47+
"name": "mongodb-6.0.8-win32.tar.gz",
4848
"platform": "win32",
4949
"arch": "x64",
5050
"type": "mongo"
51-
}, {
52-
"name": "mongodb-4.4.2-darwin.tar.gz",
51+
},{
52+
"name": "mongodb-6.0.8-darwin.tar.gz",
5353
"platform": "darwin",
5454
"arch": "x64",
5555
"type": "mongo"
5656
}, {
57-
"name": "mongodb-4.4.2-linux.tar.gz",
57+
"name": "mongodb-6.0.8-linux.tar.gz",
5858
"platform": "linux",
5959
"arch": "x64",
6060
"type": "mongo"
@@ -76,17 +76,17 @@
7676
"type": "OpenStudio"
7777
}],
7878
"openstudioServer": [{
79-
"name": "OpenStudio-server-00939d8868-win32.tar.gz",
79+
"name": "OpenStudio-server-415ae851b8-win32.tar.gz",
8080
"platform": "win32",
8181
"arch": "x64",
8282
"type": "OpenStudio-server"
8383
}, {
84-
"name": "OpenStudio-server-00939d8868-darwin.tar.gz",
84+
"name": "OpenStudio-server-415ae851b8-darwin.tar.gz",
8585
"platform": "darwin",
8686
"arch": "x64",
8787
"type": "OpenStudio-server"
8888
}, {
89-
"name": "OpenStudio-server-00939d8868-linux.tar.gz",
89+
"name": "OpenStudio-server-415ae851b8-linux.tar.gz",
9090
"platform": "linux",
9191
"arch": "x64",
9292
"type": "OpenStudio-server"

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.

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.9.0",
3+
"version": "3.9.1",
44
"devDependencies": {
55
"@babel/core": "~7.19.3",
66
"@babel/eslint-parser": "~7.19.1",

0 commit comments

Comments
 (0)