mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
Version bump
This commit is contained in:
parent
e10396eeb2
commit
706540d2ec
@ -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="#">Spring Boot Database Admin <span class="text-muted">v0.1.7</span></a>
|
||||
<a class="navbar-brand fw-bold" href="#">Spring Boot Database Admin <span class="text-muted">v0.1.8</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>
|
||||
@ -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">Spring Boot Database Admin v0.1.7</h2>
|
||||
<h2 class="text-muted mt-0">Spring Boot Database Admin v0.1.8</h2>
|
||||
<div class="separator"></div>
|
||||
<h2 id="introduction">1. Introduction</h2>
|
||||
|
||||
@ -82,7 +82,7 @@
|
||||
<code class="language-xml"><dependency>
|
||||
<groupId>tech.ailef</groupId>
|
||||
<artifactId>spring-boot-db-admin</artifactId>
|
||||
<version>0.1.7</version>
|
||||
<version>0.1.8</version>
|
||||
</dependency>
|
||||
</code>
|
||||
</pre>
|
||||
|
2
pom.xml
2
pom.xml
@ -11,7 +11,7 @@
|
||||
</parent>
|
||||
<groupId>tech.ailef</groupId>
|
||||
<artifactId>spring-boot-db-admin</artifactId>
|
||||
<version>0.1.7</version>
|
||||
<version>0.1.8</version>
|
||||
<name>spring-boot-db-admin</name>
|
||||
<description>Spring Boot Database Admin is an auto-generated CRUD admin panel for Spring Boot apps</description>
|
||||
<properties>
|
||||
|
@ -80,7 +80,7 @@ public class DbAdmin {
|
||||
|
||||
private DbAdminProperties properties;
|
||||
|
||||
private final String version = "0.1.7";
|
||||
private static final String VERSION = "0.1.8";
|
||||
|
||||
/**
|
||||
* Builds the DbAdmin instance by scanning the `@Entity` beans and loading
|
||||
@ -130,7 +130,7 @@ public class DbAdmin {
|
||||
* @return
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
return VERSION;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user