Skip to content

Commit

Permalink
Fixed files path where version will be changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
joselrio committed May 9, 2024
1 parent e493e47 commit 1a2638b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gulp/Tasks/UpdateVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ let newVersionToBeSet = '';

// List of files path to be updated
let filesList = {
constants: './src/OSFramework/Charts/Constants.ts',
constants: './src/OSFramework/Maps/Constants.ts',
package: './package.json',
readme: './README.md',
specs: './gulp/Tasks/DefaultSpecs.js',
};

Expand Down

0 comments on commit 1a2638b

Please sign in to comment.