Skip to content

Commit

Permalink
Merge #23 - Update jQuery version and package version
Browse files Browse the repository at this point in the history
Pull-request: #23
  • Loading branch information
williamdes committed Apr 18, 2020
2 parents efd766e + 5c7d0d9 commit b84c123
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>Test iframe</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="../jquery.fullscreen-min.js"></script>
</head>
<body style="background:white">
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>jQuery Fullscreen Plugin demo</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="../jquery.fullscreen-min.js"></script>
<script>

Expand Down
2 changes: 1 addition & 1 deletion fullscreen.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": [
"fullscreen"
],
"version": "1.1.4",
"version": "1.1.5",
"author": {
"name": "Klaus Reimer",
"email": "[email protected]"
Expand Down

0 comments on commit b84c123

Please sign in to comment.