Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
inlife committed Jul 2, 2019
1 parent 87e19f6 commit fb1fcac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/librg.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@

#define LIBRG_VERSION_MAJOR 4
#define LIBRG_VERSION_MINOR 1
#define LIBRG_VERSION_PATCH 0
#define LIBRG_VERSION_PATCH 3
#define LIBRG_VERSION_CREATE(major, minor, patch) (((major)<<16) | ((minor)<<8) | (patch))
#define LIBRG_VERSION_GET_MAJOR(version) (((version)>>16)&0xFF)
#define LIBRG_VERSION_GET_MINOR(version) (((version)>>8)&0xFF)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "librg.c",
"version": "4.1.0",
"version": "4.1.3",
"description": "Pure C library for building simple and elegant cross-platform multiplayer client-server solutions.",
"main": "include/librg.h",
"directories": {
Expand Down

0 comments on commit fb1fcac

Please sign in to comment.