Skip to content

Commit

Permalink
Merge pull request #247 from NREL/3.5.1
Browse files Browse the repository at this point in the history
updates for 3.5.1
  • Loading branch information
brianlball authored Jan 9, 2023
2 parents 29cf1c8 + a098750 commit cfb2eda
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14.0)
cmake_policy(SET CMP0048 NEW)

project(ParametricAnalysisTool VERSION 3.5.0)
project(ParametricAnalysisTool VERSION 3.5.1)

find_package(Git)

Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "ParametricAnalysisTool",
"identifier": "gov.nrel.openstudio.pat",
"description": "OpenStudio Parametric Analysis Tool",
"version": "3.5.0",
"version": "3.5.1",
"author": "National Renewable Energy Laboratory",
"main": "background.js",
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,33 +60,33 @@
"type": "mongo"
}],
"openstudio": [{
"name": "OpenStudio-3.5.0-Windows.tar.gz",
"name": "OpenStudio-3.5.1-Windows.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "openstudio"
}, {
"name": "OpenStudio-3.5.0-Darwin.tar.gz",
"name": "OpenStudio-3.5.1-Darwin.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "openstudio"
}, {
"name": "OpenStudio-3.5.0-Linux.tar.gz",
"name": "OpenStudio-3.5.1-Linux.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "OpenStudio"
}],
"openstudioServer": [{
"name": "OpenStudio-server-1d5df050f8-win32.tar.gz",
"name": "OpenStudio-server-24210fa25b-win32.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "OpenStudio-server"
}, {
"name": "OpenStudio-server-1d5df050f8-darwin.tar.gz",
"name": "OpenStudio-server-24210fa25b-darwin.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "OpenStudio-server"
}, {
"name": "OpenStudio-server-1d5df050f8-linux.tar.gz",
"name": "OpenStudio-server-24210fa25b-linux.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "OpenStudio-server"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openstudio-pat",
"version": "3.5.0",
"version": "3.5.1",
"devDependencies": {
"@babel/core": "~7.19.3",
"@babel/eslint-parser": "~7.19.1",
Expand Down

0 comments on commit cfb2eda

Please sign in to comment.