🔖 0.1.0

This commit is contained in:
jarvis2f 2024-12-21 11:52:12 +08:00
parent 972912c040
commit 6ed44adec1
4 changed files with 4 additions and 5 deletions

View file

@ -1 +1 @@
0.0.0
0.1.0

View file

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

View file

@ -2,13 +2,12 @@ package telegram.files;
import cn.hutool.log.Log;
import cn.hutool.log.LogFactory;
import io.vertx.core.Future;
import io.vertx.core.Vertx;
public class Start {
private static final Log log = LogFactory.get();
public static final String VERSION = "0.0.0";
public static final String VERSION = "0.1.0";
public static void main(String[] args) {
Vertx vertx = Vertx.vertx();

View file

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