Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSaints committed Jul 14, 2014
1 parent 455154b commit 90ebf98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Morphist",
"version": "1.0.0",
"version": "1.1.0",
"description": "A simple jQuery slider / slideshow / carousel plugin for child objects powered by Animate.css and inspired by a Dota 2 hero, Morphling.",
"authors": [
"Ian Lai <[email protected]>"
Expand All @@ -27,7 +27,7 @@
"tests"
],
"dependencies": {
"animate.css": "~3.1.0",
"jquery": "~2.1.0"
"animate.css": "~3.1.1",
"jquery": "~2.1.1"
}
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Morphist 1.0.0 Example / Demo</title>
<title>Morphist 1.1.0 Example / Demo</title>
<meta name="description" content="A simple jQuery slider / slideshow / carousel plugin for child objects powered by Animate.css and inspired by a Dota 2 hero, Morphling.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bower_components/animate.css/animate.min.css">
Expand All @@ -21,7 +21,7 @@
...child object rotator.
</div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/jquery/2.1.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="bower_components/jquery/jquery.min.js"><\/script>')</script>
<script src="dist/morphist.js"></script>
<script>
Expand Down

0 comments on commit 90ebf98

Please sign in to comment.