Skip to content

Commit d019885

Browse files
committed
chore: bump server version to 0.0.3 and update README with syncing write-up
1 parent d1c8b80 commit d019885

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ authentication details.
150150
- **Real-Time Updates**: Events on the server are sent to clients via socket, ensuring data is always up-to-date.
151151
- This server implements the LWW (Last-Write-Wins) mechanism, where the latest client update takes effect.
152152
153+
To learn how the linkora app and this sync-server make syncing seamless, check out [this write-up](https://sakethpathike.github.io/posts/synchronization-in-linkora/).
154+
153155
### Important Notes
154156
155157
- **Client-Server Compatibility**: Always verify client-server compatibility to confirm that the applications work
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.sakethh.linkora
22

33
object Constants {
4-
const val SERVER_VERSION = "0.0.2"
4+
const val SERVER_VERSION = "0.0.3"
55
}

0 commit comments

Comments
 (0)