Skip to content

Commit

Permalink
Merge pull request #189 from OutSystems/update-dev-version
Browse files Browse the repository at this point in the history
ROU-11399: Increased version.
  • Loading branch information
joselrio authored Dec 9, 2024
2 parents 5e5bd23 + bfd0597 commit 1467bb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OutSystems Maps · v2.0.0
# OutSystems Maps · v2.0.1

![GitHub License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)

Expand Down
2 changes: 1 addition & 1 deletion gulp/DefaultSpecs.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const constants = {

// Store the default project specifications
const specs = {
version: '2.0.0',
version: '2.0.1',
name: 'OutSystems Maps',
description: '',
url: 'Website:\n • ' + constants.websiteUrl,
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": "outsystems-maps",
"version": "2.0.0",
"version": "2.0.1",
"description": "OutSystems Maps",
"author": "UI Components Team",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion src/OSFramework/Maps/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
namespace OSFramework.Maps.Constants {
/* OutSystems Maps Version */
export const OSMapsVersion = '2.0.0';
export const OSMapsVersion = '2.0.1';

/**
* Maps Set OutSystems platform in use (O11/ODC).
Expand Down

0 comments on commit 1467bb0

Please sign in to comment.