Skip to content

Commit

Permalink
feat: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hhuseyinkacmaz committed Aug 8, 2024
1 parent 5977f51 commit bd9c989
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions release/app/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 release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "syntharium-installer-launcher",
"version": "0.0.10",
"version": "0.0.12",
"description": "An installer application for TUMFARSynchrony syntharium project.",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function Footer() {
return (
<div className="mt-2 mb-1 grid grid-cols-3 gap-10 px-4 static bottom-0">
<div className="font-montserrat rounded-lg border p-4 text-center shadow">
Version 0.0.10
Version 0.0.12
</div>
<div className="font-montserrat rounded-lg border p-4 text-center shadow">
TUMFarSynchrony
Expand Down

0 comments on commit bd9c989

Please sign in to comment.