Skip to content

Commit

Permalink
Upgrade to version 0.1 (#363)
Browse files Browse the repository at this point in the history
* 0.1.0

* use 0.1
  • Loading branch information
msbarry authored Dec 21, 2024
1 parent 4dfa394 commit 12edc29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maplibre-contour is a plugin to render contour lines in [MapLibre GL JS](https:/
To use it, import the [maplibre-contour](https://www.npmjs.com/package/maplibre-contour) package with a script tag:

```html
<script src="https://unpkg.com/maplibre-contour@0.0.8/dist/index.min.js"></script>
<script src="https://unpkg.com/maplibre-contour@0.1.0/dist/index.min.js"></script>
```

Or as an ES6 module: `npm add maplibre-contour`
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
content="initial-scale=1,maximum-scale=1,user-scalable=no"
/>
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
<script src="https://unpkg.com/maplibre-contour@0.0.8/dist/index.min.js"></script>
<script src="https://unpkg.com/maplibre-contour@0.1.0/dist/index.min.js"></script>
<link
href="https://unpkg.com/[email protected]/dist/maplibre-gl.css"
rel="stylesheet"
Expand Down
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "maplibre-contour",
"version": "0.0.8",
"version": "0.1.0",
"description": "Render contour lines from raster elevation tiles in maplibre-gl-js",
"unpkg": "dist/index.min.js",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 12edc29

Please sign in to comment.