From 869fb19691059b6f95041da9a785c607e5f2863f Mon Sep 17 00:00:00 2001 From: Ilya Scharrenbroich Date: Wed, 11 Dec 2019 11:07:30 -0500 Subject: [PATCH] Bumping version for bootstrap upgrade --- Gemfile.lock | 2 +- lib/mr_video/constants.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index acadbb5..26ac6c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mr_video (1.1.1) + mr_video (1.1.3) GEM remote: http://rubygems.org/ diff --git a/lib/mr_video/constants.rb b/lib/mr_video/constants.rb index fe4fc9d..89bcdfc 100644 --- a/lib/mr_video/constants.rb +++ b/lib/mr_video/constants.rb @@ -1,5 +1,5 @@ module MrVideo - VERSION = '1.1.2' + VERSION = '1.1.3' URL = 'https://github.com/quidproquo/mr_video' NAME = 'Mr. Video' end \ No newline at end of file