Skip to content

Commit 9fda53a

Browse files
committed
chore: bump server version to 0.2.1
1 parent b66f4ce commit 9fda53a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "com.sakethh"
11-
version = "0.2.0"
11+
version = "0.2.1"
1212

1313
application {
1414
mainClass.set("com.sakethh.linkora.ApplicationKt")

src/main/kotlin/com/sakethh/linkora/Application.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ fun Application.module() {
270270
SystemTray.getSystemTray().add(trayIcon)
271271
trayIcon.displayMessage(
272272
"Linkora",
273-
"sync-server is now running v${Constants.SERVER_VERSION}!",
273+
"sync-server v${Constants.SERVER_VERSION} is now running!",
274274
TrayIcon.MessageType.INFO
275275
)
276276
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.sakethh.linkora
22

33
object Constants {
4-
const val SERVER_VERSION = "0.2.0"
4+
const val SERVER_VERSION = "0.2.1"
55
const val KEY_STORE_ALIAS = "linkora-sync-server-cert"
66
const val DEFAULT_USER_AGENT = "Twitterbot/1.0"
77
}

0 commit comments

Comments
 (0)