Skip to content

Commit

Permalink
2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Nov 21, 2024
1 parent 7e9d2e8 commit 18cd9c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@birkskyum/maplibre-gl-draw",
"version": "2.0.8",
"version": "2.0.9",
"license": "ISC",
"exports": "./src/index.ts",
"compilerOptions": {
Expand Down
4 changes: 2 additions & 2 deletions src/constants/modes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export const ModeStrings = {
/**
* By default MapLibreDraw ships with a few modes. These modes aim to cover the
* basic needed functionally for MapLibreDraw to create the core GeoJSON feature
* types. Along with these, MapLibreDraw also supports
* [custom modes. Click here for more details](https://github.com/maplibre/maplibre-gl-draw/blob/main/docs/MODES.md).
* types. Along with these, MapLibreDraw also support scustom modes.
* [Click here for more details](https://github.com/birkskyum/maplibre-gl-draw/blob/main/docs/MODES.md).
*/
/**
* Lets you draw a LineString feature.
Expand Down

0 comments on commit 18cd9c4

Please sign in to comment.