Skip to content

Commit

Permalink
feat: add video advertisement plugin type (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Roland committed Jul 22, 2019
1 parent cd2cb39 commit eb3d390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/manifest_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ module ManifestHelpers
{ label: "General", value: "general", platform_required: true },
{ label: "Cell Style Family", value: "cell_style_family", platform_required: true },
{ label: "Cell Builder", value: "cell_builder", platform_required: true, screen: false },
{ label: "Video Advertisement", value: "video_advertisement", platform_required: true, screen: false },
]

PLATFORMS = [
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.56.0"
VERSION = "0.57.0"

0 comments on commit eb3d390

Please sign in to comment.