🔖 0.1.16

This commit is contained in:
jarvis2f 2025-03-07 10:32:57 +08:00
parent df7ba3d426
commit 6bbaa6345f
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
0.1.15
0.1.16

View file

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

View file

@ -13,7 +13,7 @@ public class Start {
private static final Log log = LogFactory.get();
public static final String VERSION = "0.1.15";
public static final String VERSION = "0.1.16";
private static final CountDownLatch shutdownLatch = new CountDownLatch(1);

View file

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