🔖 0.1.14

This commit is contained in:
jarvis2f 2025-02-14 17:45:38 +08:00
parent 72e92ee811
commit 7192047ab6
5 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
0.1.13 0.1.14

View file

@ -5,7 +5,7 @@ plugins {
} }
group = 'telegram.files' group = 'telegram.files'
version = '0.1.13' version = '0.1.14'
repositories { repositories {
mavenCentral() mavenCentral()

View file

@ -9,7 +9,7 @@ import java.util.concurrent.CountDownLatch;
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.13"; public static final String VERSION = "0.1.14";
private static final CountDownLatch shutdownLatch = new CountDownLatch(1); private static final CountDownLatch shutdownLatch = new CountDownLatch(1);

View file

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

File diff suppressed because one or more lines are too long