Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirsiljkovic committed Dec 7, 2018
1 parent 063baf0 commit a67afad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h1>jQuery Popup Overlay</h1>
<a href="https://github.com/vast-engineering/jquery-popup-overlay/archive/gh-pages.zip" class="btn btn-primary btn-success btn-lg"><span class="fa-download"></span> Download</a>
<a href="https://github.com/vast-engineering/jquery-popup-overlay" class="btn btn-lg btn-default"><span class="fa-github"></span> View project on GitHub</a>
</p>
<p class="text-muted">Currently v1.7.14</p>
<p class="text-muted">Currently v2.0.0</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -151,7 +151,7 @@ <h2>Usage</h2>
&lt;script src="https://code.jquery.com/jquery-1.8.2.min.js"&gt;&lt;/script&gt;

&lt;!-- Include jQuery Popup Overlay --&gt;
&lt;script src="https://cdn.rawgit.com/vast-engineering/jquery-popup-overlay/1.7.14/jquery.popupoverlay.js"&gt;&lt;/script&gt;
&lt;script src="https://cdn.rawgit.com/vast-engineering/jquery-popup-overlay/2.0.0/jquery.popupoverlay.js"&gt;&lt;/script&gt;

&lt;script&gt;
$(document).ready(function() {
Expand Down
2 changes: 1 addition & 1 deletion jquery.popupoverlay.js
Original file line number Diff line number Diff line change
@@ -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/
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a67afad

Please sign in to comment.