Skip to content

Commit

Permalink
bump version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fb committed May 10, 2022
1 parent 56f9f46 commit b482bd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion findfuncmain.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

PLUGIN_NAME = "FindFunc (x86/x64)"
PLUGIN_HOTKEY = 'ctrl+alt+f'
VERSION = '1.0'
VERSION = '1.3'
WINDOWTITLE = f'{PLUGIN_NAME} {VERSION}'
INFOSTR = f'For usage see: ' '<a href="https://github.com/FelixBer/FindFunc">https://github.com/FelixBer/FindFunc</a>'

Expand Down Expand Up @@ -157,6 +157,9 @@ def term(self):


def open_form():
"""
open the same form, no matter how the plugin is launched
"""
global ffform
try:
ffform
Expand Down

0 comments on commit b482bd9

Please sign in to comment.