Skip to content

Commit

Permalink
🔖 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvis2f committed Dec 31, 2024
1 parent 74f55f2 commit a33b73b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.5
0.1.6
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'telegram.files'
version = '0.1.5'
version = '0.1.6'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/telegram/files/Start.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public class Start {
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);

Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telegram-files-web",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit a33b73b

Please sign in to comment.