Skip to content

Commit 4f452b5

Browse files
authored
Merge pull request #262 from NREL/update_361
updates for 3.6.1
2 parents c6e3a65 + 6b62355 commit 4f452b5

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

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.6.0)
5+
project(ParametricAnalysisTool VERSION 3.6.1)
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.6.0",
6+
"version": "3.6.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.6.0-Windows.tar.gz",
63+
"name": "OpenStudio-3.6.1-Windows.tar.gz",
6464
"platform": "win32",
6565
"arch": "x64",
6666
"type": "openstudio"
6767
}, {
68-
"name": "OpenStudio-3.6.0-Darwin.tar.gz",
68+
"name": "OpenStudio-3.6.1-Darwin.tar.gz",
6969
"platform": "darwin",
7070
"arch": "x64",
7171
"type": "openstudio"
7272
}, {
73-
"name": "OpenStudio-3.6.0-Linux.tar.gz",
73+
"name": "OpenStudio-3.6.1-Linux.tar.gz",
7474
"platform": "linux",
7575
"arch": "x64",
7676
"type": "OpenStudio"
7777
}],
7878
"openstudioServer": [{
79-
"name": "OpenStudio-server-285e41bf7e-win32.tar.gz",
79+
"name": "OpenStudio-server-d1cdc34435-win32.tar.gz",
8080
"platform": "win32",
8181
"arch": "x64",
8282
"type": "OpenStudio-server"
8383
}, {
84-
"name": "OpenStudio-server-285e41bf7e-darwin.tar.gz",
84+
"name": "OpenStudio-server-d1cdc34435-darwin.tar.gz",
8585
"platform": "darwin",
8686
"arch": "x64",
8787
"type": "OpenStudio-server"
8888
}, {
89-
"name": "OpenStudio-server-285e41bf7e-linux.tar.gz",
89+
"name": "OpenStudio-server-d1cdc34435-linux.tar.gz",
9090
"platform": "linux",
9191
"arch": "x64",
9292
"type": "OpenStudio-server"

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

0 commit comments

Comments
 (0)