Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco committed Oct 31, 2023
1 parent 9090d56 commit b261d8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ The code is still in a very early stage and it might not be robust if you use no
```xml
<dependency>
<groupId>tech.ailef</groupId>
<artifactId>spring-boot-db-admin</artifactId>
<version>0.1.8</version>
<artifactId>snap-admin</artifactId>
<version>0.1.9</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="container">
<nav class="navbar navbar-expand-lg bg-light">
<div class="container-fluid">
<a class="navbar-brand fw-bold" href="#">SnapAdmin <span class="text-muted">v0.1.8</span></a>
<a class="navbar-brand fw-bold" href="#">SnapAdmin <span class="text-muted">v0.1.9</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down Expand Up @@ -60,7 +60,7 @@
<div class="col-9 main-content pt-3 ps-4">

<h1 class="m-0">Reference Guide</h1>
<h2 class="text-muted mt-0">SnapAdmin v0.1.8</h2>
<h2 class="text-muted mt-0">SnapAdmin v0.1.9</h2>
<div class="separator"></div>
<h2 id="introduction">1. Introduction</h2>

Expand All @@ -82,7 +82,7 @@ <h3 id="installation">2.1 Installation</h3>
<code class="language-xml">&lt;dependency&gt;
&lt;groupId&gt;tech.ailef&lt;/groupId&gt;
&lt;artifactId&gt;spring-boot-db-admin&lt;/artifactId&gt;
&lt;version&gt;0.1.8&lt;/version&gt;
&lt;version&gt;0.1.9&lt;/version&gt;
&lt;/dependency&gt;
</code>
</pre>
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ <h4 class="fw-bold">Install Maven dependency</h4>
<code>
&lt;dependency&gt;
&lt;groupId&gt;tech.ailef&lt;/groupId&gt;
&lt;artifactId&gt;spring-boot-db-admin&lt;/artifactId&gt;
&lt;version&gt;0.1.8&lt;/version&gt;
&lt;artifactId&gt;snap-admin&lt;/artifactId&gt;
&lt;version&gt;0.1.9&lt;/version&gt;
&lt;/dependency&gt;
</code>
</pre>
Expand All @@ -101,7 +101,7 @@ <h4 class="fw-bold">Configure SnapAdmin</h4>
<h4 class="fw-bold">Enable SnapAdmin</h4>
<pre>
<code>
@ImportAutoConfiguration(DbAdminAutoConfiguration.class)
@ImportAutoConfiguration(SnapAdminAutoConfiguration.class)
</code>
</pre>

Expand Down

0 comments on commit b261d8f

Please sign in to comment.