Skip to content

Commit

Permalink
Version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
autumoswitzerland committed Dec 23, 2023
1 parent 214b0f3 commit 5dc5cde
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Enter the following statements into your terminal.
**Linux, macOS**

```NuShell
VERSION=2.2.0
VERSION=2.2.1
PACKAGE=autumo-beetRoot-$VERSION
curl -LO https://github.com/autumoswitzerland/autumo-beetroot/releases/download/v$VERSION/$PACKAGE.zip
Expand All @@ -186,7 +186,7 @@ $PACKAGE/bin/beetroot.sh start
**Windows**

```Batchfile
SET VERSION=2.2.0
SET VERSION=2.2.1
SET PACKAGE=autumo-beetRoot-%VERSION%
curl -LO https://github.com/autumoswitzerland/autumo-beetroot/releases/download/v%VERSION%/%PACKAGE%.zip
Expand Down
2 changes: 1 addition & 1 deletion THIRDPARTYLICENSES.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<body>
<h1>Third Party Licenses</h1>
<div class="htitle">
<span class="htitle0">autumo beetRoot 2.2.0 </span><span class="htitled"> &#x2022; </span><span class="htitle1"> A slim &amp; rapid Java web-dev framework</span><br>
<span class="htitle0">autumo beetRoot 2.2.1 </span><span class="htitled"> &#x2022; </span><span class="htitle1"> A slim &amp; rapid Java web-dev framework</span><br>
</div>
<span class="header">&copy; 2023 <a class="comp" href="https://autumo.ch">autumo GmbH</a></span><br>
<span class="header">Date: 2023-12-07</span><br>
Expand Down
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


# Vars
VERSION=2.2.0
VERSION=2.2.1



Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>autumo-beetroot</name>
<groupId>ch.autumo.beetroot</groupId>
<artifactId>autumo-beetroot</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/autumo/beetroot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Constants {
/**
* App version.
*/
public static final String APP_VERSION = "2.2.0";
public static final String APP_VERSION = "2.2.1";

/**
* Initialize mime types registry.
Expand Down
2 changes: 1 addition & 1 deletion web/html/blocks/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="title-left">
<div class="mainlogo"><img src="/img/beetroot-100.png" alt=""></div>
<div class="maintitle">autumo beetRoot</div>
<div class="mainversion">2.2.0</div>
<div class="mainversion">2.2.1</div>
</div>
<div class="title-right">
<div class="mainslogan">...a slim &amp; rapid Java web-dev framework</div>
Expand Down
2 changes: 1 addition & 1 deletion web/html/de/email/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div style="line-height: 1.6; color: #ffffff; font-weight: 60; margin-top: 10px; margin-left: 12px;">autumo beetRoot</div>

<div style="font-size: 1.0rem; color: #ffffff; float: right;">2.2.0</div>
<div style="font-size: 1.0rem; color: #ffffff; float: right;">2.2.1</div>

</div>

Expand Down
2 changes: 1 addition & 1 deletion web/html/de/email/reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div style="line-height: 1.6; color: #ffffff; font-weight: 60; margin-top: 10px; margin-left: 12px;">autumo beetRoot</div>

<div style="font-size: 1.0rem; color: #ffffff; float: right;">2.2.0</div>
<div style="font-size: 1.0rem; color: #ffffff; float: right;">2.2.1</div>

</div>

Expand Down
2 changes: 1 addition & 1 deletion web/html/en/email/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div style="line-height: 1.6; color: #ffffff; font-weight: 60; margin-top: 10px; margin-left: 12px;">autumo beetRoot</div>

<div style="font-size: 1.0rem; color: #ffffff; float: right;">2.2.0</div>
<div style="font-size: 1.0rem; color: #ffffff; float: right;">2.2.1</div>

</div>

Expand Down
2 changes: 1 addition & 1 deletion web/html/en/email/reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div style="line-height: 1.6; color: #ffffff; font-weight: 60; margin-top: 10px; margin-left: 12px;">autumo beetRoot</div>

<div style="font-size: 1.0rem; color: #ffffff; float: right;">2.2.0</div>
<div style="font-size: 1.0rem; color: #ffffff; float: right;">2.2.1</div>

</div>

Expand Down

0 comments on commit 5dc5cde

Please sign in to comment.