Skip to content

Commit

Permalink
Require latest common version for IDA plugins
Browse files Browse the repository at this point in the history
Require the latest common version, which fixes the IDA plugin
uninstallation helper, in the IDA plugin template.
  • Loading branch information
Ana06 committed May 8, 2024
1 parent 977caa4 commit 0a97f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/create_package_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def package_version(dependency_version):
<authors>{authors}</authors>
<description>{description}</description>
<dependencies>
<dependency id="common.vm" version="0.0.0.20240429" />
<dependency id="common.vm" version="0.0.0.20240509" />
</dependencies>
</metadata>
</package>
Expand Down

0 comments on commit 0a97f1f

Please sign in to comment.