Skip to content

Commit 354fa22

Browse files
committed
Update README versions and browser dependencies
1 parent f08137f commit 354fa22

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014 Rodrigo Fernandes https://rtfpessoa.github.io/
1+
Copyright 2014-2016 Rodrigo Fernandes https://rtfpessoa.github.io/
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ The HTML output accepts a Javascript object with configuration. Possible options
8282
<link rel="stylesheet" type="text/css" href="dist/diff2html.css">
8383

8484
<!-- Javascripts -->
85-
<script type="text/javascript" src="dist/diff2html-templates.js"></script>
8685
<script type="text/javascript" src="dist/diff2html.js"></script>
8786
<script type="text/javascript" src="dist/diff2html-ui.js"></script>
8887
```
@@ -121,12 +120,12 @@ If your favourite language is not included in the default package also add its j
121120

122121
```html
123122
<!-- Stylesheet -->
124-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/github.min.css">
123+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/styles/github.min.css">
125124

126125
<!-- Javascripts -->
127-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
128-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/highlight.min.js"></script>
129-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/languages/scala.min.js"></script>
126+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js"></script>
127+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js"></script>
128+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/languages/scala.min.js"></script>
130129
<script type="text/javascript" src="dist/diff2html-ui.js"></script>
131130
```
132131

@@ -146,7 +145,7 @@ $(document).ready(function() {
146145
147146
```html
148147
<!-- Javascripts -->
149-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
148+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js"></script>
150149
<script type="text/javascript" src="dist/diff2html-ui.js"></script>
151150
```
152151

@@ -168,7 +167,7 @@ I will try to review them as soon as possible.
168167

169168
## License
170169

171-
Copyright 2014 Rodrigo Fernandes. Released under the terms of the MIT license.
170+
Copyright 2014-2016 Rodrigo Fernandes. Released under the terms of the MIT license.
172171

173172
## Thanks
174173

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff2html",
3-
"version": "2.0.0-beta15",
3+
"version": "2.0.0-beta16",
44
"homepage": "http://rtfpessoa.github.io/diff2html/",
55
"description": "Fast Diff to colorized HTML",
66
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff2html",
3-
"version": "2.0.0-beta15",
3+
"version": "2.0.0-beta16",
44
"homepage": "http://rtfpessoa.github.io/diff2html/",
55
"description": "Fast Diff to colorized HTML",
66
"keywords": [

0 commit comments

Comments
 (0)