Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pilarczyk committed Mar 7, 2023
1 parent 5567aca commit 395b11f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.2] - 2022-03-07
### Fixed
- Remove entity from engine if exist

## [2.0.1] - 2022-11-08
## [2.0.1] - 2022-03-03
### Fixed
- Adshares logo
- Error handling

## [2.0.0] - 2022-11-08
## [2.0.0] - 2022-03-03
### Changed
- Code refactor
- Support for new AdServer API
Expand Down Expand Up @@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Video ads support

[Unreleased]: https://github.com/adshares/decentraland/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/adshares/decentraland/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/adshares/decentraland/compare/v2.0.1...2.0.2
[2.0.1]: https://github.com/adshares/decentraland/compare/v2.0.0...2.0.1
[2.0.0]: https://github.com/adshares/decentraland/compare/v1.1.8...2.0.0
[1.1.8]: https://github.com/adshares/decentraland/compare/v1.1.7...1.1.8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Adshares plugin for **Decentraland** SDK. You can use it in your scenes for addition hassle-free earnings.

Easy configuration. Just fill out your payout address (Adshares blockchain or as BEP20 token) and get paid in $ADS for every visitor on your scene.
Easy configuration. Just fill out your payout address (Adshares blockchain or as BEP20 token) and get paid in $ADS for every visitor on your scene. See [DCL Example Scene](https://github.com/adshares/dcl-scene).

## Install

Expand Down
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.1",
"version": "2.0.2",
"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.1'
public readonly version = '2.0.2'

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

0 comments on commit 395b11f

Please sign in to comment.