From 2efd400b9b3dd6fb3e1925bd3e88da438d65869c Mon Sep 17 00:00:00 2001 From: Michael Vial Date: Fri, 25 Nov 2016 10:38:20 +0100 Subject: [PATCH] Version 1.5.1 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 3d08eff7..53ef1dfe 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "vast-client-js", "author": ["Olivier Poitrey "], - "version": "1.5.0", + "version": "1.5.1", "main": "vast-client.js", "licenses": [{"type": "MIT", "url": "https://github.com/rs/vast-client-js/raw/master/LICENSE"}], "ignore": [ diff --git a/package.json b/package.json index dc8d1f7e..2b8e8cd1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vast-client", "author": "Olivier Poitrey ", - "version": "1.5.0", + "version": "1.5.1", "description": "Javascript VAST Client", "keywords": ["vast", "ad", "advertising", "iab", "in-stream", "video"], "repository": {"type": "git", "url": "https://github.com/dailymotion/vast-client-js"},