Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_pat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
allow_failure: false
MACOSX_DEPLOYMENT_TARGET: 10.15
SDKROOT: /Applications/Xcode_11.7.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
DEVELOPER_DIR: /Applications/Xcode_11.7.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
- name: Windows_2022
os: windows-2022
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14.0)
cmake_policy(SET CMP0048 NEW)


project(ParametricAnalysisTool VERSION 3.9.1)
project(ParametricAnalysisTool VERSION 3.10.0)


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.9.1",
"version": "3.10.0",
"author": "National Renewable Energy Laboratory",
"main": "background.js",
"dependencies": {
Expand Down
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"endpoint": "https://openstudio-resources.s3.amazonaws.com/pat-dependencies3/",
"energyplus": [{
"name": "EnergyPlus-24.2.0-win32.tar.gz",
"name": "EnergyPlus-25.1.0-win32.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "energyplus"
}, {
"name": "EnergyPlus-24.2.0-darwin.tar.gz",
"name": "EnergyPlus-25.1.0-darwin.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "energyplus"
}, {
"name": "EnergyPlus-24.2.0-linux.tar.gz",
"name": "EnergyPlus-25.1.0-linux.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "energyplus"
Expand Down Expand Up @@ -49,33 +49,33 @@
"type": "mongo"
}],
"openstudio": [{
"name": "OpenStudio-3.9.0-Windows.tar.gz",
"name": "OpenStudio-3.10.0-Windows.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "openstudio"
}, {
"name": "OpenStudio-3.9.0-Darwin.tar.gz",
"name": "OpenStudio-3.10.0-Darwin.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "openstudio"
}, {
"name": "OpenStudio-3.9.0-Linux.tar.gz",
"name": "OpenStudio-3.10.0-Linux.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "OpenStudio"
}],
"openstudioServer": [{
"name": "OpenStudio-server-415ae851b8-win32.tar.gz",
"name": "OpenStudio-server-5873e0d21d-win32.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "OpenStudio-server"
}, {
"name": "OpenStudio-server-415ae851b8-darwin.tar.gz",
"name": "OpenStudio-server-5873e0d21d-darwin.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "OpenStudio-server"
}, {
"name": "OpenStudio-server-415ae851b8-linux.tar.gz",
"name": "OpenStudio-server-5873e0d21d-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.9.1",
"version": "3.10.0",
"devDependencies": {
"@babel/core": "~7.19.3",
"@babel/eslint-parser": "~7.19.1",
Expand Down
Loading