Skip to content

Commit 2d2865d

Browse files
committed
- UPDATED: RollTheDice 1.2.10 > 1.2.11
1 parent 189512c commit 2d2865d

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Mod | Version | Why
108108
[deathrun-manager](https://github.com/leoskiline/cs2-deathrun-manager)| `0.1.0` | Deathrun Manager for CounterStrikeSharp Framework CS2.
109109
[AnnouncementBroadcaster](https://github.com/lengran/CS2AnnouncementBroadcaster) | `0.5` | Conditional messages, OnCommand, OnPlayerConnect, OnRoundStart, and TimerMsgs.
110110
[CS2FunMatchPlugin](https://github.com/TitaniumLithium/CS2FunMatchPlugin) | `1.1.1` | Random fun mode every round
111-
[RollTheDice](https://github.com/Kandru/cs2-roll-the-dice) | `1.2.10` | Roll the dice to get either a positive or negative effect for the current round.
111+
[RollTheDice](https://github.com/Kandru/cs2-roll-the-dice) | `1.2.11` | Roll the dice to get either a positive or negative effect for the current round.
112112
[CS2-FixRandomSpawn](https://github.com/qstage/CS2-FixRandomSpawn) | `1.1.2` | Fixes ConVar `mp_randomspawn` for any game mode.
113113
[CS2-MutualScoringPlayers](https://github.com/qstage/CS2-MutualScoringPlayers) | `1.0.1` | Keeps score of kills between players.
114114

game/csgo/addons/counterstrikesharp/plugins/disabled/RollTheDice/RollTheDice.deps.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"compilationOptions": {},
77
"targets": {
88
".NETCoreApp,Version=v8.0": {
9-
"RollTheDice/1.2.10": {
9+
"RollTheDice/1.2.11": {
1010
"dependencies": {
1111
"CounterStrikeSharp.API": "1.0.305"
1212
},
@@ -285,7 +285,7 @@
285285
}
286286
},
287287
"libraries": {
288-
"RollTheDice/1.2.10": {
288+
"RollTheDice/1.2.11": {
289289
"type": "project",
290290
"serviceable": false,
291291
"sha512": ""
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: 1.2.10
1+
version: 1.2.11
22
repository: https://github.com/Kandru/cs2-roll-the-dice
Binary file not shown.

0 commit comments

Comments
 (0)