🔖 0.1.4

This commit is contained in:
jarvis2f 2024-12-25 18:53:44 +08:00
parent 32578bc9c3
commit 4524ca6359
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
0.1.3 0.1.4

View file

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

View file

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

View file

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