Skip to content

Commit fe0f551

Browse files
committed
Bump version to 3.10.0 and update Xcode developer path
Updates version numbers in CMakeLists.txt and package files while changing the macOS build workflow to use Xcode 13.2.1 instead of 11.7.
1 parent a09bf7c commit fe0f551

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/build_pat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
allow_failure: false
3232
MACOSX_DEPLOYMENT_TARGET: 10.15
3333
SDKROOT: /Applications/Xcode_11.7.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
34-
DEVELOPER_DIR: /Applications/Xcode_11.7.app/Contents/Developer
34+
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
3535
- name: Windows_2022
3636
os: windows-2022
3737
node-version: 18

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

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

0 commit comments

Comments
 (0)