Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyikuang committed Jul 30, 2024
1 parent 97e4b40 commit 52b8856
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.7.0)
project(ParametricAnalysisTool VERSION 3.8.0)


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

0 comments on commit 52b8856

Please sign in to comment.