Skip to content

Commit 9563b32

Browse files
committed
update version
1 parent e39605f commit 9563b32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "world_of_wikipedia",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
markers = uniqueEntries;
125125
}
126126
onMount(async () => {
127-
console.log("App starting");
127+
console.log("App starting!");
128128
129129
// Read URL parameters when the app loads
130130
const urlState = readURLParams();

0 commit comments

Comments
 (0)