Skip to content

Commit

Permalink
Merge pull request #76 from guardian/ad-slot-isSquare
Browse files Browse the repository at this point in the history
  • Loading branch information
faresite authored Jun 10, 2021
2 parents 7b2ba3f + 819f67e commit 173dd75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridget",
"version": "1.10.0",
"version": "1.11.0",
"description": "Thrift files defining the API between native layers (iOS, Android) and [Webview](https://github.com/guardian/apps-rendering).",
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions thrift/native.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ struct Rect {
struct AdSlot {
1: required Rect rect;
2: optional map<string,string> targetingParams;
3: required bool isSquare;
}

struct Topic {
Expand Down

0 comments on commit 173dd75

Please sign in to comment.