Skip to content

Commit

Permalink
Increase Maps version to 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gnbm committed Aug 23, 2023
1 parent f9e3ac6 commit 780db96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outsystems-maps",
"version": "1.6.6",
"version": "1.6.7",
"description": "Outsystems Maps",
"license": "BSD-3-Clause",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/OSFramework/Maps/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
namespace OSFramework.Maps.Constants {
/* OutSystems Maps Version */
export const OSMapsVersion = '1.6.6';
export const OSMapsVersion = '1.6.7';
}

0 comments on commit 780db96

Please sign in to comment.