Skip to content

Commit cfb2eda

Browse files
authored
Merge pull request #247 from NREL/3.5.1
updates for 3.5.1
2 parents 29cf1c8 + a098750 commit cfb2eda

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
test:
1010
timeout-minutes: 60
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-20.04
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3

CMakeLists.txt

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

4-
project(ParametricAnalysisTool VERSION 3.5.0)
4+
project(ParametricAnalysisTool VERSION 3.5.1)
55

66
find_package(Git)
77

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.5.0",
6+
"version": "3.5.1",
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
@@ -60,33 +60,33 @@
6060
"type": "mongo"
6161
}],
6262
"openstudio": [{
63-
"name": "OpenStudio-3.5.0-Windows.tar.gz",
63+
"name": "OpenStudio-3.5.1-Windows.tar.gz",
6464
"platform": "win32",
6565
"arch": "x64",
6666
"type": "openstudio"
6767
}, {
68-
"name": "OpenStudio-3.5.0-Darwin.tar.gz",
68+
"name": "OpenStudio-3.5.1-Darwin.tar.gz",
6969
"platform": "darwin",
7070
"arch": "x64",
7171
"type": "openstudio"
7272
}, {
73-
"name": "OpenStudio-3.5.0-Linux.tar.gz",
73+
"name": "OpenStudio-3.5.1-Linux.tar.gz",
7474
"platform": "linux",
7575
"arch": "x64",
7676
"type": "OpenStudio"
7777
}],
7878
"openstudioServer": [{
79-
"name": "OpenStudio-server-1d5df050f8-win32.tar.gz",
79+
"name": "OpenStudio-server-24210fa25b-win32.tar.gz",
8080
"platform": "win32",
8181
"arch": "x64",
8282
"type": "OpenStudio-server"
8383
}, {
84-
"name": "OpenStudio-server-1d5df050f8-darwin.tar.gz",
84+
"name": "OpenStudio-server-24210fa25b-darwin.tar.gz",
8585
"platform": "darwin",
8686
"arch": "x64",
8787
"type": "OpenStudio-server"
8888
}, {
89-
"name": "OpenStudio-server-1d5df050f8-linux.tar.gz",
89+
"name": "OpenStudio-server-24210fa25b-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.5.0",
3+
"version": "3.5.1",
44
"devDependencies": {
55
"@babel/core": "~7.19.3",
66
"@babel/eslint-parser": "~7.19.1",

0 commit comments

Comments
 (0)