chore: update version constant, update builds

This commit is contained in:
Yarmo Mackenbach 2024-06-15 20:31:13 +02:00
parent 182db01312
commit 687b98292d
No known key found for this signature in database
GPG key ID: C248C28D432560ED
5 changed files with 5 additions and 5 deletions

View file

@ -6002,7 +6002,7 @@ var doipFetchers = (function (exports) {
* doip.js library version
* @constant {string}
*/
const version = '1.2.9';
const version = '2.0.0-rc.1';
/*
Copyright 2022 Yarmo Mackenbach

File diff suppressed because one or more lines are too long

View file

@ -5988,7 +5988,7 @@ var doipFetchers = (function (exports) {
* doip.js library version
* @constant {string}
*/
const version = '1.2.9';
const version = '2.0.0-rc.1';
/*
Copyright 2022 Yarmo Mackenbach

File diff suppressed because one or more lines are too long

View file

@ -22,4 +22,4 @@ limitations under the License.
* doip.js library version
* @constant {string}
*/
export const version = '1.2.9'
export const version = '2.0.0-rc.1'