Skip to content

Commit 044c53b

Browse files
committed
Version number update to v0.1.2
1 parent 2fd4453 commit 044c53b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Enforce-Script-Extensions v0.1.1 pre-release
1+
# Enforce-Script-Extensions v0.1.2 pre-release
22
A collection of new data types, methods, aliases etc. for Arma Reforger to help streamline the scripting experience.
33

44
For full documentation, [see the wiki](https://github.com/NarcoMarshDev/Enforce-Script-Extensions/wiki).

scripts/Game/ESE.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ESE
2222
{
2323
static const int VERSION_MAJOR = 0;
2424
static const int VERSION_MINOR = 1;
25-
static const int VERSION_PATCH = 1;
25+
static const int VERSION_PATCH = 2;
2626
// initialize ese on startup, called in !ESE_CORE.c
2727
static bool Init()
2828
{

0 commit comments

Comments
 (0)