We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7130835 commit 3fc3455Copy full SHA for 3fc3455
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@adshares/decentraland",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"display-name": "Adshares DCL plugin",
5
"description": "Adshares Decentraland SDK plugin",
6
"author": "Adshares <dev@adshares.net>",
src/supplyAgent.ts
@@ -38,7 +38,7 @@ export default class SupplyAgent {
38
private bannerCounter: number = 0
39
private readonly impressionId: string
40
private loadedContexts: IHash = {}
41
- public readonly version = '2.0.0'
+ public readonly version = '2.0.1'
42
43
public constructor(adserver: string, publisherId: string) {
44
while (adserver.slice(-1) === '/') {
0 commit comments