Skip to content

Commit

Permalink
Version bump + change log
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Welter <[email protected]>
  • Loading branch information
mikinho committed May 7, 2020
1 parent ba5add9 commit c39a226
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ItemRack/ItemRack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ItemRack = {}
local disable_delayed_swaps = nil -- temporary. change nil to 1 to stop attempting to delay set swaps while casting
local _

ItemRack.Version = "3.30"
ItemRack.Version = "3.31"

ItemRackUser = {
Sets = {}, -- user's sets
Expand Down
11 changes: 11 additions & 0 deletions ItemRack/change log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
__ New in 3.31 - By Mikinho/Iblis/Sut/Reddsiq __

* Bug fix for Hunter trinket swap when feign death.

Note: Requires below Hunter macro

```
/petpassive
/cast Feign Death
```

__ New in 3.26 - By Cactus __

* Added Events parameters to scripts
Expand Down

0 comments on commit c39a226

Please sign in to comment.