Skip to content

Commit

Permalink
core: updated version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clementlize committed Oct 22, 2024
1 parent c80d6f6 commit 5439c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "always-on-personal-station",
"version": "1.1.0",
"version": "1.1.1",
"private": false,
"dependencies": {
"@babel/polyfill": "^7.12.1",
Expand Down
2 changes: 1 addition & 1 deletion src/app/settings/SettingsAbout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const SettingsAbout: React.FC<SettingsAboutProps> = () => {
</Box>

<Typography sx={{ marginTop: 2 }}>
Version 1.1.0
Version 1.1.1
</Typography>
</Box>
);
Expand Down

0 comments on commit 5439c23

Please sign in to comment.