Skip to content

Commit

Permalink
bump to 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorn committed Jan 2, 2025
1 parent dc05d9d commit 0152463
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "svelte-maplibre-gl",
"version": "0.0.14",
"version": "0.0.15",
"license": "(MIT OR Apache-2.0)",
"description": "Svelte library for using MapLibre GL JS as reactive components",
"description": "Build interactive web maps effortlessly with MapLibre GL JS and Svelte",
"repository": {
"url": "https://github.com/MIERUNE/svelte-maplibre-gl"
},
Expand Down
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="icon" type="image/png" href="https://emojicdn.elk.sh/🗺️" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
%sveltekit.head%
</head>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
</div>

<svelte:head>
<title>Svelte MapLibre GL</title>
<meta name="description" content="Svelte library for using MapLibre GL JS as reactive components" />
<title>Svelte MapLibre GL - Build interactive web maps effortlessly with MapLibre GL JS and Svelte</title>
<meta name="description" content="Build interactive web maps effortlessly with MapLibre GL JS and Svelte" />
</svelte:head>

0 comments on commit 0152463

Please sign in to comment.