We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd4453 commit 044c53bCopy full SHA for 044c53b
README.md
@@ -1,4 +1,4 @@
1
-# Enforce-Script-Extensions v0.1.1 pre-release
+# Enforce-Script-Extensions v0.1.2 pre-release
2
A collection of new data types, methods, aliases etc. for Arma Reforger to help streamline the scripting experience.
3
4
For full documentation, [see the wiki](https://github.com/NarcoMarshDev/Enforce-Script-Extensions/wiki).
scripts/Game/ESE.c
@@ -22,7 +22,7 @@ class ESE
22
{
23
static const int VERSION_MAJOR = 0;
24
static const int VERSION_MINOR = 1;
25
- static const int VERSION_PATCH = 1;
+ static const int VERSION_PATCH = 2;
26
// initialize ese on startup, called in !ESE_CORE.c
27
static bool Init()
28
0 commit comments