Skip to content

Commit

Permalink
Bump version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil25 committed Jan 4, 2024
1 parent 888f33a commit 38b894d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
Binary file modified plugins/rtd.smx
Binary file not shown.
2 changes: 1 addition & 1 deletion scripting/rtd.sp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#tryinclude <friendly>
#tryinclude <friendlysimple>

#define PLUGIN_VERSION "2.5.1"
#define PLUGIN_VERSION "2.5.2"

#define CHAT_PREFIX "\x07FFD700[RTD]\x01"
#define CONS_PREFIX "[RTD]"
Expand Down
18 changes: 16 additions & 2 deletions update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"Version"
{
"Latest" "2.5.1"
"Previous" "2.5.0"
"Latest" "2.5.2"
"Previous" "2.5.1"
}

"Notes" "View changelog at https://github.com/Phil25/RTD/wiki/changelog"
Expand All @@ -18,7 +18,21 @@
"Plugin" "Path_SM/plugins/rtd.smx"
"Plugin" "Path_SM/configs/rtd2_perks.default.cfg"

"Source" "Path_SM/scripting/include/rtd2.inc"
"Source" "Path_SM/scripting/rtd.sp"
"Source" "Path_SM/scripting/rtd/classes/perk.sp"
"Source" "Path_SM/scripting/rtd/convars.sp"
"Source" "Path_SM/scripting/rtd/natives.sp"
"Source" "Path_SM/scripting/rtd/perks/firetimebomb.sp"
"Source" "Path_SM/scripting/rtd/perks/frozen.sp"
"Source" "Path_SM/scripting/rtd/perks/mercsdietwice.sp"
"Source" "Path_SM/scripting/rtd/perks/sickness.sp"
"Source" "Path_SM/scripting/rtd/perks/sunlightspear.sp"
"Source" "Path_SM/scripting/rtd/perks/timebomb.sp"
"Source" "Path_SM/scripting/rtd/stocks.sp"
"Source" "Path_SM/scripting/rtd/storage/cache.sp"
"Source" "Path_SM/scripting/rtd/storage/precached.sp"
"Source" "Path_SM/scripting/rtdtest.sp"
}

"Plugin" "Path_SM/plugins/rtd.smx"
Expand Down

0 comments on commit 38b894d

Please sign in to comment.