Skip to content

Commit 3c0dadf

Browse files
committed
Updating version
1 parent e7c8326 commit 3c0dadf

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

Examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link href='http://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
1010
<script src="http://yandex.st/highlightjs/7.3/highlight.min.js"></script>
1111
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
12-
<script src="../jquery-loadTemplate/jquery.loadTemplate-1.5.0.js"></script>
12+
<script src="../jquery-loadTemplate/jquery.loadTemplate-1.5.1.js"></script>
1313
</head>
1414
<body>
1515
<div class="head row">

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-load-template",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"authors": [
55
{ "name": "Paul Burgess"}
66
],

jquery-loadTemplate/jquery.loadTemplate-1.5.0.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

jquery-loadTemplate/jquery.loadTemplate-1.5.1.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

loadTemplate.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"templates",
77
"templating"
88
],
9-
"version": "1.5.0",
9+
"version": "1.5.1",
1010
"author": {
1111
"name": "Paul Burgess and other contributors",
1212
"url": "https://github.com/codepb/jquery-template"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.loadtemplate",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"author": "Paul Burgess",
55
"description": "jQuery plugin for loading and using templates. The plugin is designed to be simple yet powerful, and supports loading templates from within the page, or using AJAX to load html files.",
66
"homepage": "http://codepb.github.io/jquery-template/",

tests/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>loadTemplate Test Suite</title>
55
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script>
6-
<script src="../jquery-loadTemplate/jquery.loadTemplate-1.5.0.js" type="text/javascript"></script>
6+
<script src="../jquery-loadTemplate/jquery.loadTemplate-1.5.1.js" type="text/javascript"></script>
77
<script src="testRunner.js" type="text/javascript"></script>
88

99
<!--TEST SCRIPTS-->

0 commit comments

Comments
 (0)