From a67afad1a539764023afd58d76dd91317507e340 Mon Sep 17 00:00:00 2001
From: Vladimir Siljkovic
Date: Sat, 8 Dec 2018 00:59:08 +0100
Subject: [PATCH] 2.0.0
---
bower.json | 2 +-
index.html | 4 ++--
jquery.popupoverlay.js | 2 +-
package.json | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/bower.json b/bower.json
index c8e9797..db64c98 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "jquery-popup-overlay",
"main": "index.js",
- "version": "1.7.14",
+ "version": "2.0.0",
"homepage": "https://github.com/vast-engineering/jquery-popup-overlay",
"authors": [
"Vast Engineering https://github.com/orgs/vast-engineering/people"
diff --git a/index.html b/index.html
index 8dfbf32..420a55c 100644
--- a/index.html
+++ b/index.html
@@ -80,7 +80,7 @@ jQuery Popup Overlay
Download
View project on GitHub
- Currently v1.7.14
+ Currently v2.0.0
@@ -151,7 +151,7 @@ Usage
<script src="https://code.jquery.com/jquery-1.8.2.min.js"></script>
<!-- Include jQuery Popup Overlay -->
- <script src="https://cdn.rawgit.com/vast-engineering/jquery-popup-overlay/1.7.14/jquery.popupoverlay.js"></script>
+ <script src="https://cdn.rawgit.com/vast-engineering/jquery-popup-overlay/2.0.0/jquery.popupoverlay.js"></script>
<script>
$(document).ready(function() {
diff --git a/jquery.popupoverlay.js b/jquery.popupoverlay.js
index 64d15d6..0b7ee99 100644
--- a/jquery.popupoverlay.js
+++ b/jquery.popupoverlay.js
@@ -1,7 +1,7 @@
/*!
* jQuery Popup Overlay
*
- * @version 1.7.14
+ * @version 2.0.0
* @requires jQuery v1.7.1+
* @link http://vast-engineering.github.com/jquery-popup-overlay/
*/
diff --git a/package.json b/package.json
index 9609948..8367466 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "jquery-popup-overlay",
- "version": "1.7.14",
+ "version": "2.0.0",
"description": "Lightweight modal popup overlay for jquery",
"main": "index.js",
"scripts": {