Skip to content

Commit 02cbeb9

Browse files
committed
AdagioBidAdapter: bump fix version
1 parent 6049662 commit 02cbeb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/adagioBidAdapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import sha256 from 'crypto-js/sha256.js';
77
import { getStorageManager } from '../src/storageManager.js';
88

99
const BIDDER_CODE = 'adagio';
10-
const VERSION = '2.1.0';
10+
const VERSION = '2.1.1';
1111
const FEATURES_VERSION = '1';
1212
const ENDPOINT = 'https://mp.4dex.io/prebid';
1313
const SUPPORTED_MEDIA_TYPES = ['banner'];

test/spec/modules/adagioBidAdapter_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('adagioAdapter', () => {
77
let utilsMock;
88
const adapter = newBidder(spec);
99
const ENDPOINT = 'https://mp.4dex.io/prebid';
10-
const VERSION = '2.1.0';
10+
const VERSION = '2.1.1';
1111

1212
beforeEach(function() {
1313
localStorage.removeItem('adagioScript');

0 commit comments

Comments
 (0)