Skip to content

Commit 64c1919

Browse files
committed
chore: bump server version to 0.3.0
1 parent cd5ee7f commit 64c1919

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ For a complete guide on installation, configuration, deployment, and troubleshoo
1010

1111
The documentation site is built with [Genesis](https://github.com/sakethpathike/genesis).
1212

13-
---
14-
15-
## Support
16-
17-
**Star the repo** if you find Linkora useful.
18-
19-
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/sakethpathike)
20-
2113
## Community
2214

2315
[![Join us on Discord](https://discord.com/api/guilds/1214971383352664104/widget.png?style=banner2)](https://discord.gg/ZDBXNtv8MD)

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.1"
11+
version = "0.3.0"
1212

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

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

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.1"
4+
const val SERVER_VERSION = "0.3.0"
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)