Skip to content

Commit 43a59b6

Browse files
committed
version update
1 parent 044bb59 commit 43a59b6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PawnPlus v0.1.1
1+
PawnPlus v0.1.2
22
==========
33

44
_PawnPlus_ extends the possibilities of the Pawn scripting language with new constructs, data types, and programming techniques.

plugins/src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PLUGIN_EXPORT bool PLUGIN_CALL Load(void **ppData)
3030
}
3131
);
3232

33-
logprintf(" PawnPlus v0.1.1 loaded");
33+
logprintf(" PawnPlus v0.1.2 loaded");
3434
logprintf(" Created by IllidanS4");
3535
return true;
3636
}
@@ -39,7 +39,7 @@ PLUGIN_EXPORT void PLUGIN_CALL Unload()
3939
{
4040
Hooks::Unregister();
4141

42-
logprintf(" PawnPlus v0.1.1 unloaded");
42+
logprintf(" PawnPlus v0.1.2 unloaded");
4343
}
4444

4545
PLUGIN_EXPORT int PLUGIN_CALL AmxLoad(AMX *amx)

0 commit comments

Comments
 (0)