Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed Jan 6, 2025
1 parent 4c53139 commit 21ac218
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
name="keywords"
content="Naturschutz, Artenschutz, Flora, Pflanzen, Pilze, Moose"
/>
<title>arteigenschaften v3.1.8</title>
<title>arteigenschaften v3.1.9</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "arteigenschaften",
"description": "Eigenschaften von Flora, Fauna, Moosen und Lebensräumen: Sichten, exportieren, importieren",
"private": true,
"version": "3.1.8",
"version": "3.1.9",
"author": {
"name": "Alexander Gabriel",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout/AppBar/MoreMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const MoreMenu = () => {
<MenuItem onClick={onClickUptime}>
{`Verfügbarkeit der Server von ${hostname}`}
</MenuItem>
<Version>Version: 3.1.8 vom 19.11.2024</Version>
<Version>Version: 3.1.9 vom 6.1.2025</Version>
</Menu>
</div>
)
Expand Down

0 comments on commit 21ac218

Please sign in to comment.