Skip to content

Commit

Permalink
change to version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelritzschke committed Jan 9, 2025
1 parent a43243a commit 806dfc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="flex flex-col items-center">
<img src="/sp_appicon.png" alt="App Icon" class="mb-2 h-12 w-12" />
<h1 class="text-xl font-semibold">ScopifyPhoto</h1>
<p class="text-sm text-white/50">Version 1.0.0</p>
<p class="text-sm text-white/50">Version 0.1.0</p>
</div>

<!-- Links -->
Expand Down
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,7 +1,7 @@
{
"name": "scopifyphoto",
"productName": "scopifyphoto",
"version": "0.0.1",
"version": "0.1.0",
"description": "My Electron application description",
"main": ".vite/build/main.js",
"scripts": {
Expand Down

0 comments on commit 806dfc9

Please sign in to comment.