Skip to content

Commit

Permalink
Update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanWagner committed Jul 29, 2021
1 parent 4f30672 commit f342766
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import 'svgmap/dist/svgMap.min.css';

```html
<script src="https://cdn.jsdelivr.net/npm/svg-pan-zoom@3.6.1/dist/svg-pan-zoom.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/StephanWagner/svgMap@v2.4.1/dist/svgMap.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/StephanWagner/svgMap@v2.4.1/dist/svgMap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/gh/StephanWagner/svgMap@v2.5.2/dist/svgMap.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/StephanWagner/svgMap@v2.5.2/dist/svgMap.min.css" rel="stylesheet">
```

---
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svgmap",
"description": "svgMap is a JavaScript library that lets you easily create an interactable world map comparing customizable data for each country.",
"version": "2.5.1",
"version": "2.5.2",
"private": false,
"license": "MIT",
"main": "dist/svgMap.min.js",
Expand Down

0 comments on commit f342766

Please sign in to comment.