mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-08-07 04:31:12 +00:00
Version bump
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -11,7 +11,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<groupId>tech.ailef</groupId>
|
<groupId>tech.ailef</groupId>
|
||||||
<artifactId>spring-boot-db-admin</artifactId>
|
<artifactId>spring-boot-db-admin</artifactId>
|
||||||
<version>0.1.6</version>
|
<version>0.1.7</version>
|
||||||
<name>spring-boot-db-admin</name>
|
<name>spring-boot-db-admin</name>
|
||||||
<description>Spring Boot Database Admin is an auto-generated CRUD admin panel for Spring Boot apps</description>
|
<description>Spring Boot Database Admin is an auto-generated CRUD admin panel for Spring Boot apps</description>
|
||||||
<properties>
|
<properties>
|
||||||
|
@@ -79,7 +79,7 @@ public class DbAdmin {
|
|||||||
|
|
||||||
private DbAdminProperties properties;
|
private DbAdminProperties properties;
|
||||||
|
|
||||||
private final String version = "0.1.6";
|
private final String version = "0.1.7";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Builds the DbAdmin instance by scanning the `@Entity` beans and loading
|
* Builds the DbAdmin instance by scanning the `@Entity` beans and loading
|
||||||
|
Reference in New Issue
Block a user