Skip to content

Commit 7de5ceb

Browse files
committed
Fixed libSMServer compatibility label
1 parent 3bc205f commit 7de5ceb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
0.6.2 → Unreleased
2+
0.6.2 → 0.6.3
33
- Added ability to delete texts in the web interface and through the API
44
- Added ability to remove previously sent tapbacks
55
- Added checking to ensure that the websocket and server are not run on the same port
Binary file not shown.

src/SMServer/SettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ struct SettingsView: View {
249249

250250
Section {
251251

252-
Text("Compatible with libSMServer 0.5.3")
252+
Text("Compatible with libSMServer 0.5.4")
253253
.font(.callout)
254254
.foregroundColor(.gray)
255255

0 commit comments

Comments
 (0)