From 6ed44adec1c90f7f5f1340ec7ece4fdeee240e0f Mon Sep 17 00:00:00 2001 From: jarvis2f <137974272+jarvis2f@users.noreply.github.com> Date: Sat, 21 Dec 2024 11:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- api/build.gradle | 2 +- api/src/main/java/telegram/files/Start.java | 3 +-- web/package.json | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 77d6f4c..6e8bf73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/api/build.gradle b/api/build.gradle index 5988050..5637bb1 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -4,7 +4,7 @@ plugins { } group = 'telegram.files' -version = '0.0.0' +version = '0.1.0' repositories { mavenCentral() diff --git a/api/src/main/java/telegram/files/Start.java b/api/src/main/java/telegram/files/Start.java index c775260..cae1388 100644 --- a/api/src/main/java/telegram/files/Start.java +++ b/api/src/main/java/telegram/files/Start.java @@ -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(); diff --git a/web/package.json b/web/package.json index f21cd01..2181443 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "telegram-files-web", - "version": "0.0.0", + "version": "0.1.0", "private": true, "type": "module", "scripts": {