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": {