Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed Jun 14, 2024
1 parent 796e421 commit d1c9d1e
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 @@ -12,7 +12,7 @@
<meta name="keywords" content="Naturschutz, Artenschutz, Flora, Pflanzen" />
<meta name="theme-color" content="#256328" />
<meta name="background-color" content="#fffde7" />
<title>apflora v1.105.0</title>
<title>apflora v1.105.1</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": "apflora",
"description": "Aktionspläne für Flora-Projekte",
"private": true,
"version": "1.105.0",
"version": "1.105.1",
"type": "module",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppBar/Bar/Projekte/More/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const AppbarMore = ({ onClickExporte: passedOnClickExporte, role }) => {
<MenuItem onClick={onClickUptime}>
Verfügbarkeit der Server von apflora.ch
</MenuItem>
<Version>Version: 1.105.0 vom 14.6.2024</Version>
<Version>Version: 1.105.1 vom 14.6.2024</Version>
</Menu>
</Container>
)
Expand Down

0 comments on commit d1c9d1e

Please sign in to comment.