Skip to content

Commit

Permalink
Set all versions to v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyInformation committed Nov 22, 2023
1 parent a213a54 commit 9f9ca1e
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 308 deletions.
2 changes: 1 addition & 1 deletion front-end/uibuilderfe.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ if (typeof require !== 'undefined' && typeof io === 'undefined') { // eslint-d

//#region ++++++++++ Start of setup ++++++++++ //

self.version = '6.5.0-old'
self.version = '6.7.0-old'
self.moduleName = 'uibuilder' // Must match moduleName in uibuilder.js on the server
// @ts-expect-error ts(2345) Tests loaded ver of lib to see if minified
self.isUnminified = (/param/).test(function(param) {}) // eslint-disable-line no-unused-vars
Expand Down
2 changes: 1 addition & 1 deletion front-end/uibuilderfe.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const stdio = 'inherit'
// @ts-ignore Find the module version in the package.json
const { version } = JSON.parse(fs.readFileSync('package.json'))
// Desired release version
const release = '6.6.0'
const release = '6.7.0'
// Wanted node.js version - used for ESBUILD
const nodeVersion = 'node14.14'

Expand Down
Loading

0 comments on commit 9f9ca1e

Please sign in to comment.