Skip to content

Commit 3fc3455

Browse files
committed
v2.0.1
1 parent 7130835 commit 3fc3455

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adshares/decentraland",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"display-name": "Adshares DCL plugin",
55
"description": "Adshares Decentraland SDK plugin",
66
"author": "Adshares <dev@adshares.net>",

src/supplyAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default class SupplyAgent {
3838
private bannerCounter: number = 0
3939
private readonly impressionId: string
4040
private loadedContexts: IHash = {}
41-
public readonly version = '2.0.0'
41+
public readonly version = '2.0.1'
4242

4343
public constructor(adserver: string, publisherId: string) {
4444
while (adserver.slice(-1) === '/') {

0 commit comments

Comments
 (0)