Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed Dec 25, 2022
1 parent 120967a commit edf2be0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arteigenschaften",
"description": "Eigenschaften von Flora, Fauna, Moosen und Lebensräumen: Sichten, exportieren, importieren",
"version": "1.8.12",
"version": "1.8.13",
"author": {
"name": "Alexander Gabriel",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Head.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react'

const Head = () => (
<>
<title>arteigenschaften v1.8.12</title>
<title>arteigenschaften v1.8.13</title>
<meta name="description" content="Arteigenschaften sammeln" />
<meta
name="keywords"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout/AppBar/MoreMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const MoreMenu = () => {
<MenuItem onClick={onClickUptime}>
{`Verfügbarkeit der Server von ${hostname}`}
</MenuItem>
<Version>Version: 1.8.12 vom 25.12.2022</Version>
<Version>Version: 1.8.13 vom 25.12.2022</Version>
</Menu>
</div>
)
Expand Down

1 comment on commit edf2be0

@vercel
Copy link

@vercel vercel bot commented on edf2be0 Dec 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.