Skip to content

Commit

Permalink
Updated version to 1.9.7 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-presidio authored Feb 21, 2025
1 parent 280b9d6 commit 6f66c41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "specif_ai",
"version": "1.9.6",
"version": "1.9.7",
"description": "AI-powered requirements management and specification platform",
"productName": "Specif AI",
"main": "app.js",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.9.6",
"version": "1.9.7",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/environments/environment.development.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const environment = {
JIRA_RATE_LIMIT_CONFIG: 9,
ENABLE_SENTRY: false,
DEBUG_MODE: false,
APP_VERSION: '1.9.6',
APP_VERSION: '1.9.7',
ThemeConfiguration: {
appLogo: 'assets/img/logo/haibuild_light_applogo.svg',
appLogoDark: 'assets/img/logo/haibuild_dark_applogo.svg',
Expand Down
2 changes: 1 addition & 1 deletion ui/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const environment = {
JIRA_RATE_LIMIT_CONFIG: 9,
ENABLE_SENTRY: false,
DEBUG_MODE: false,
APP_VERSION: '1.9.6',
APP_VERSION: '1.9.7',
ThemeConfiguration: {
appLogo: 'assets/img/logo/haibuild_light_applogo.svg',
appLogoDark: 'assets/img/logo/haibuild_dark_applogo.svg',
Expand Down
2 changes: 1 addition & 1 deletion ui/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const environment = {
ENABLE_SENTRY: false,
DEBUG_MODE: true,
JIRA_RATE_LIMIT_CONFIG: 9,
APP_VERSION: '1.9.6',
APP_VERSION: '1.9.7',
ThemeConfiguration: {
appLogo: 'assets/img/logo/haibuild_light_applogo.svg',
appLogoDark: 'assets/img/logo/haibuild_dark_applogo.svg',
Expand Down

0 comments on commit 6f66c41

Please sign in to comment.