diff --git a/DissectorWindow.go b/DissectorWindow.go
index 96e1efc..e1cc927 100644
--- a/DissectorWindow.go
+++ b/DissectorWindow.go
@@ -331,7 +331,7 @@ func NewDissectorWindow(parent widgets.QWidget_ITF, flags core.Qt__WindowType) *
})
helpBar.AddAction("&About Sala...").ConnectTriggered(func(_ bool) {
widgets.QMessageBox_About(window, "About Sala", fmt.Sprintf(`
-
Sala version 0.7.2 [beta]
+Sala version 0.7.3 [beta]
The Essential Roblox Network Suite
Codename “Maailman salaisuudet”
Previously known as “Roblox Dissector”
diff --git a/README.md b/README.md
index 98afe42..bd3c860 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[![Build Status](https://travis-ci.org/Gskartwii/roblox-dissector.svg?branch=master)](https://travis-ci.org/Gskartwii/roblox-dissector)
[![Documentation](https://godoc.org/github.com/Gskartwii/roblox-dissector?status.svg)](https://godoc.org/github.com/Gskartwii/roblox-dissector)
[![Go Report](https://goreportcard.com/badge/github.com/Gskartwii/roblox-dissector)](https://goreportcard.com/report/github.com/Gskartwii/roblox-dissector)
-[![Release v0.7.2beta](https://img.shields.io/badge/release-v0.7.2beta-blue.svg)](https://github.com/Gskartwii/roblox-dissector/releases)
+[![Release v0.7.3beta](https://img.shields.io/badge/release-v0.7.3beta-blue.svg)](https://github.com/Gskartwii/roblox-dissector/releases)
[Discord Chat](https://discord.gg/zPbprKb)
@@ -37,9 +37,6 @@ If you have the right setup, you can also pass build tags to deploy. Use `-tags=
* Capture packets on the fly
* View multiple capture sessions at a time
* Decode/encode most\* Roblox packets
-* Custom Roblox client (experimental)
- - Bot that can follow players around the game
- - Send and receive chat messages
* Dump DataModels based on capture (with some limitations)
- Only replicated instances can be dumped
- Locally available scripts are dumped as *.rbxc files. You need a script decompiler to view them.
@@ -55,7 +52,6 @@ Packets for which encoding is not supported: memcheck hash packets
* Possibly ID_ROCKY and memcheck hash support
* Create and save PCAP files
* Support platforms other than Windows
-* Automatically update security settings for client
* Custom Roblox server
## Screenshots