Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcibotari committed Feb 9, 2025
1 parent f0b5656 commit 5d022c3
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions functions/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 functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "functions",
"version": "2.5.1",
"version": "2.4.1",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"lint:fix": "eslint --fix --ext .js,.ts .",
Expand Down
2 changes: 1 addition & 1 deletion functions/src/services/open-api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export function generateOpenApi(schemasById: Map<string, Schema>): OpenAPIObject
openapi: '3.0.3',
info: {
title: 'Localess Open API Specification',
version: '2.5.1',
version: '2.4.1',
description: 'Fetch data from Localess via REST API',
contact: {
name: 'Lessify Team',
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": "localess",
"version": "2.5.1",
"version": "2.4.1",
"engines": {
"node": "20"
},
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ export const environment = {
emulator : {
enabled: true,
},
version: '2.5.1',
version: '2.4.1',
};
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ export const environment = {
emulator : {
enabled: false,
},
version: '2.5.1',
version: '2.4.1',
};
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const environment = {
emulator : {
enabled: true,
},
version: '2.5.1',
version: '2.4.1',
};

/*
Expand Down

0 comments on commit 5d022c3

Please sign in to comment.