🔖 0.1.6

This commit is contained in:
jarvis2f 2024-12-31 09:50:22 +08:00
parent 74f55f2457
commit a33b73b5c4
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
0.1.5 0.1.6

View file

@ -4,7 +4,7 @@ plugins {
} }
group = 'telegram.files' group = 'telegram.files'
version = '0.1.5' version = '0.1.6'
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.5"; public static final String VERSION = "0.1.6";
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.5", "version": "0.1.6",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {