Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoVK committed Mar 1, 2023
1 parent 017c62d commit b9b93e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.euhus</groupId>
<artifactId>tapir</artifactId>
<version>0.0.1</version>
<version>0.2.0</version>
<properties>
<compiler-plugin.version>3.10.1</compiler-plugin.version>
<maven.compiler.release>17</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webui/src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Footer = () => {
>
<Container maxWidth="sm">
<Typography variant="body1">
Terraform Private Registry v0.0.1
Terraform Private Registry v0.2.0
</Typography>
<SubInfo />
</Container>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Object {
<p
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
>
Terraform Private Registry v0.0.1
Terraform Private Registry v0.2.0
</p>
<p
class="MuiTypography-root MuiTypography-body2 css-r40f8v-MuiTypography-root"
Expand Down Expand Up @@ -53,7 +53,7 @@ Object {
<p
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
>
Terraform Private Registry v0.0.1
Terraform Private Registry v0.2.0
</p>
<p
class="MuiTypography-root MuiTypography-body2 css-r40f8v-MuiTypography-root"
Expand Down

0 comments on commit b9b93e1

Please sign in to comment.