🔖 0.1.3

This commit is contained in:
jarvis2f 2024-12-24 14:01:37 +08:00
parent efca5c6f2c
commit a111795d64
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
0.1.2 0.1.3

View file

@ -4,7 +4,7 @@ plugins {
} }
group = 'telegram.files' group = 'telegram.files'
version = '0.1.2' version = '0.1.3'
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.2"; public static final String VERSION = "0.1.3";
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.2", "version": "0.1.3",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {