Skip to content

Commit

Permalink
Bump version to v5.1.1
Browse files Browse the repository at this point in the history
Update css link to use dist/ol-popup.css
  • Loading branch information
walkermatt committed May 5, 2024
1 parent bd869e1 commit cf7e98f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ The source for all examples can be found in [examples](examples).
Load `ol-popup.js` after OpenLayers. The popup overlay is available as `Popup` or `ol.Overlay.Popup`.

```HTML
<script src="https://unpkg.com/ol-popup@5.0.0"></script>
<script src="https://unpkg.com/ol-popup@latest/dist/ol-popup.js"></script>
```

#### CSS

```HTML
<link rel="stylesheet" href="https://unpkg.com/ol-popup@5.0.0/src/ol-popup.css" />
<link rel="stylesheet" href="https://unpkg.com/ol-popup@latest/dist/ol-popup.css" />
```

### ESM
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": "ol-popup",
"version": "5.1.0",
"version": "5.1.1",
"description": "Popup overlay for OpenLayers",
"main": "dist/ol-popup.js",
"repository": {
Expand Down

0 comments on commit cf7e98f

Please sign in to comment.