Browse Source

version bump

Vladislav Gritsenko 6 năm trước cách đây
mục cha
commit
bdde3a273d
2 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 2 2
      include/enet/enet.h
  2. 2 1
      package.json

+ 2 - 2
include/enet/enet.h

@@ -26,8 +26,8 @@ extern "C"
 #include "enet/callbacks.h"
 
 #define ENET_VERSION_MAJOR 1
-#define ENET_VERSION_MINOR 3
-#define ENET_VERSION_PATCH 13
+#define ENET_VERSION_MINOR 4
+#define ENET_VERSION_PATCH 0
 #define ENET_VERSION_CREATE(major, minor, patch) (((major)<<16) | ((minor)<<8) | (patch))
 #define ENET_VERSION_GET_MAJOR(version) (((version)>>16)&0xFF)
 #define ENET_VERSION_GET_MINOR(version) (((version)>>8)&0xFF)

+ 2 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "enet.c",
-  "version": "1.3.15",
+  "version": "1.4",
   "description": "ENet reliable UDP networking library Edit",
   "main": "include/enet/enet.h",
   "directories": {
@@ -21,6 +21,7 @@
     "c++"
   ],
   "author": "Lee Salzman",
+  "contributors": ["Vladyslav Hrytsenko", "Dominik Madarász"],
   "license": "MIT",
   "bugs": {
     "url": "https://github.com/zpl-c/enet-c/issues"