diff --git a/package-info.json b/package-info.json index 35ff39a..020bb60 100644 --- a/package-info.json +++ b/package-info.json @@ -23,6 +23,6 @@ "copyright" : "Copyright (c) 2024 Pixsper Ltd." }, "tags" : [ ], - "version" : "0.4.0", + "version" : "0.3.2", "website" : "https://github.com/pixsper/jit.ndi" } diff --git a/source/jit.ndi/version.h b/source/jit.ndi/version.h index 1c2c968..44a9e0e 100644 --- a/source/jit.ndi/version.h +++ b/source/jit.ndi/version.h @@ -3,7 +3,7 @@ #define JIT_NDI_VERSION_MAJOR 0 #define JIT_NDI_VERSION_MINOR 3 -#define JIT_NDI_VERSION_BUGFIX 1 +#define JIT_NDI_VERSION_BUGFIX 2 #define JIT_NDI_COPYRIGHT "Copyright (C) 2024 Pixsper Ltd."