version 2.7

This commit is contained in:
Robinson 2023-11-28 20:56:06 +01:00
parent 7d5ceb8cad
commit 6c73a76091
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ Maven Info
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>MinLog</artifactId> <artifactId>MinLog</artifactId>
<version>2.6</version> <version>2.7</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
@ -24,7 +24,7 @@ Gradle Info
``` ```
dependencies { dependencies {
... ...
implementation("com.dorkbox:MinLog:2.6") implementation("com.dorkbox:MinLog:2.7")
} }
``` ```

View File

@ -34,7 +34,7 @@ object Extras {
// set for the project // set for the project
const val description = "Drop-in replacement for MinLog to log through SLF4j." const val description = "Drop-in replacement for MinLog to log through SLF4j."
const val group = "com.dorkbox" const val group = "com.dorkbox"
const val version = "2.6" const val version = "2.7"
// set as project.ext // set as project.ext
const val name = "MinLog-SLF4J" const val name = "MinLog-SLF4J"

View File

@ -60,7 +60,7 @@ public class Log {
*/ */
public static public static
String getVersion() { String getVersion() {
return "2.6"; return "2.7";
} }
static { static {