Skip to content

Commit

Permalink
Merge pull request #260 from NREL/3_5_2
Browse files Browse the repository at this point in the history
Issue #259- ReferenceError cannot access 'o'
  • Loading branch information
brianlball authored May 10, 2023
2 parents 30b9693 + 4c4900f commit 29499e7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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.1)
project(ParametricAnalysisTool VERSION 3.5.2)

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.1",
"version": "3.5.2",
"author": "National Renewable Energy Laboratory",
"main": "background.js",
"dependencies": {
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.1",
"version": "3.5.2",
"devDependencies": {
"@babel/core": "~7.19.3",
"@babel/eslint-parser": "~7.19.1",
Expand Down

0 comments on commit 29499e7

Please sign in to comment.