🔖 0.1.5

This commit is contained in:
jarvis2f 2024-12-27 16:43:40 +08:00
parent 6dd407bda3
commit d83500cf1b
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
0.1.4
0.1.5

View file

@ -4,7 +4,7 @@ plugins {
}
group = 'telegram.files'
version = '0.1.4'
version = '0.1.5'
repositories {
mavenCentral()

View file

@ -7,7 +7,7 @@ import io.vertx.core.Vertx;
public class Start {
private static final Log log = LogFactory.get();
public static final String VERSION = "0.1.4";
public static final String VERSION = "0.1.5";
public static void main(String[] args) {
Vertx vertx = Vertx.vertx();

View file

@ -1,6 +1,6 @@
{
"name": "telegram-files-web",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"type": "module",
"scripts": {