Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
katursis committed Jun 18, 2020
1 parent 3713014 commit fb65de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Pawn.RakNet.inc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#if !defined PAWNRAKNET_INC_
#define PAWNRAKNET_INC_

#define PAWNRAKNET_INCLUDE_VERSION 140
#define PAWNRAKNET_INCLUDE_VERSION 141

#define PR_MAX_HANDLERS 256

Expand Down
2 changes: 1 addition & 1 deletion src/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
namespace Settings {
constexpr char
*kPluginName = "Pawn.RakNet",
*kPluginVersion = "1.4.0",
*kPluginVersion = "1.4.1",
*kPluginThreadUrl = "https://forum.sa-mp.com/showthread.php?t=640306",
*kPluginRepositoryUrl = "https://github.com/urShadow/Pawn.RakNet",
*kConfigFile = "plugins/pawnraknet.cfg",
Expand Down

0 comments on commit fb65de5

Please sign in to comment.