From d83500cf1b0051e2e1082adf2c01d96b011a1120 Mon Sep 17 00:00:00 2001 From: jarvis2f <137974272+jarvis2f@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:43:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.1.5?= 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 | 2 +- web/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 845639e..9faa1b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.4 +0.1.5 diff --git a/api/build.gradle b/api/build.gradle index d477155..4482878 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -4,7 +4,7 @@ plugins { } group = 'telegram.files' -version = '0.1.4' +version = '0.1.5' repositories { mavenCentral() diff --git a/api/src/main/java/telegram/files/Start.java b/api/src/main/java/telegram/files/Start.java index edbc704..8efbbe8 100644 --- a/api/src/main/java/telegram/files/Start.java +++ b/api/src/main/java/telegram/files/Start.java @@ -7,7 +7,7 @@ import io.vertx.core.Vertx; public class Start { private static final Log log = LogFactory.get(); - public static final String VERSION = "0.1.4"; + public static final String VERSION = "0.1.5"; public static void main(String[] args) { Vertx vertx = Vertx.vertx(); diff --git a/web/package.json b/web/package.json index 7841980..ae2675f 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "telegram-files-web", - "version": "0.1.4", + "version": "0.1.5", "private": true, "type": "module", "scripts": {