bump version for 32-bit fix

This commit is contained in:
Benjamin Sergeant 2019-11-20 11:35:07 -08:00
parent d20ab19fa9
commit a7df6120d5
3 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
7.3.3
7.3.4

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [7.3.4] - 2019-11-20
- 32-bits compile fix, courtesy of @fcojavmc
## [7.3.1] - 2019-11-16
- ws proxy_server / remote server close not forwarded to the client

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "7.3.3"
#define IX_WEBSOCKET_VERSION "7.3.4"