Skip to content

Commit

Permalink
chore(version): 0.1.4-3110.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bemolxd committed Oct 31, 2022
1 parent fe3540c commit b30caa7
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": "swir-web",
"version": "0.1.3-2910.22",
"version": "0.1.4-3110.22",
"private": true,
"dependencies": {
"@chakra-ui/react": "^1.8.5",
Expand Down
2 changes: 1 addition & 1 deletion src/components/MainNavigation/UsefulLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const AboutModal = ({ isOpen, onClose }: AboutModalProps) => {
id: "AboutModal.version",
defaultMessage: "wersja: {version}",
},
{ version: <code>0.1.3-2910.22</code> }
{ version: <code>0.1.4-3110.22</code> }
)}
</Text>
</VStack>
Expand Down

0 comments on commit b30caa7

Please sign in to comment.