Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Nov 11, 2018
1 parent 4a7a67d commit b1edb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/idaskins/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class IdaSkinsPlugin(QObject, idaapi.plugin_t):
wanted_hotkey = "Ctrl-Shift-S"

def __init__(self, *args, **kwargs):
print("[IDASkins] v2.0 by athre0z (zyantific.com) loaded!")
print("[IDASkins] v2.0.4 by athre0z (zyantific.com) loaded!")

QObject.__init__(self, *args, **kwargs)
idaapi.plugin_t.__init__(self)
Expand Down

0 comments on commit b1edb35

Please sign in to comment.