Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Jan 5, 2024
1 parent 8a29c5c commit a760304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.1.7",
"version": "0.1.8",
"scripts": {
"start": "vite --port $UI_PORT --clearScreen false",
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/unzoom-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export class UnzoomApp extends LitElement {
class="column"
style="align-items: center; display: flex; flex: 1; width: 100vw;"
>
<span style="position: fixed; bottom: 0; left: 5px; color: #c8ddf9; font-size: 16px;">v0.1.7</span>
<span style="position: fixed; bottom: 0; left: 5px; color: #c8ddf9; font-size: 16px;">v0.1.8</span>
<div class="column top-panel">
<div style="position: absolute; top: 0; right: 20px;">
unzoom.
Expand Down

0 comments on commit a760304

Please sign in to comment.