Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pilarczyk committed Mar 3, 2023
1 parent 7130835 commit 3fc3455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adshares/decentraland",
"version": "2.0.0",
"version": "2.0.1",
"display-name": "Adshares DCL plugin",
"description": "Adshares Decentraland SDK plugin",
"author": "Adshares <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/supplyAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class SupplyAgent {
private bannerCounter: number = 0
private readonly impressionId: string
private loadedContexts: IHash = {}
public readonly version = '2.0.0'
public readonly version = '2.0.1'

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

0 comments on commit 3fc3455

Please sign in to comment.