Skip to content

Commit

Permalink
⬆️ 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Apr 30, 2015
1 parent f0fd504 commit 66bca7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A JavaScript library for panning and zooming SVG things.
[**CDNJS** kindly hosts this library](https://cdnjs.com/libraries/svg.pan-zoom.js). You can use the cdn version:

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.pan-zoom.js/2.0.0/svg.pan-zoom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.pan-zoom.js/2.1.0/svg.pan-zoom.min.js"></script>
```

## Usage
Expand All @@ -19,7 +19,7 @@ This library depends on the [SVG.js](https://github.com/wout/svg.js) library.
<script src="path/to/svg.js"></script>
<script src="path/to/svg.pan-zoom.js"></script>
<!-- Or from cdn
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.pan-zoom.js/2.0.0/svg.pan-zoom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.pan-zoom.js/2.1.0/svg.pan-zoom.min.js"></script>
-->
<script>
var svg = new SVG($(".graph").get(0)).size("100%", 900);
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": "svg.pan-zoom.js",
"version": "2.0.0",
"version": "2.1.0",
"description": "A JavaScript library for panning and zooming SVG things.",
"main": "src/svg.pan-zoom.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/svg.pan-zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A JavaScript library for pan and zoom SVG things.
* Created with <3 and JavaScript by the jillix developers.
*
* svg.pan-zoom.js 2.0.0
* svg.pan-zoom.js 2.1.0
* Licensed under the MIT license.
* */
;(function() {
Expand Down
2 changes: 1 addition & 1 deletion src/svg.pan-zoom.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66bca7f

Please sign in to comment.