Skip to content

Commit

Permalink
increment version (#12075)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksandr Yermakov <oleksandr.yermakov@mgid.com>
  • Loading branch information
sanychtasher and Oleksandr Yermakov authored Aug 1, 2024
1 parent b1fb6dd commit 1947d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mgidBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ _each(NATIVE_ASSETS, anAsset => { _NATIVE_ASSET_ID_TO_KEY_MAP[anAsset.ID] = anAs
_each(NATIVE_ASSETS, anAsset => { _NATIVE_ASSET_KEY_TO_ASSET_MAP[anAsset.KEY] = anAsset });

export const spec = {
VERSION: '1.7',
VERSION: '1.8',
code: BIDDER_CODE,
gvlid: GVLID,
supportedMediaTypes: [BANNER, NATIVE],
Expand Down

0 comments on commit 1947d97

Please sign in to comment.