Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyfok committed Jun 25, 2024
1 parent 4ce5bf7 commit 041a3cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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": "semantic-search-demo",
"version": "0.0.1",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<h1>Semantic Search API Demo</h1>
<p>(for future GEO.ca)</p>
<p>Please note that this current version queries our development servers and works only within NRCan/GoC network.</p>
<p>Front-end demo v{version} (2024-06-24), work-in-progress</p>
<p>Front-end demo v{version} (2024-06-25), work-in-progress</p>

<form id="searchForm">
<input type="text" bind:value={query} placeholder="Enter search query" />
Expand Down

0 comments on commit 041a3cb

Please sign in to comment.