Skip to content

Commit 0b75efa

Browse files
committed
Add support for 5.0.7648 builds
1 parent 1e76329 commit 0b75efa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,17 @@
4242
# ]
4343
win_files = [
4444
('5.0.7290', '5.0.7290', '7290NativePredicateSolver.dll'),
45+
('5.0.7648', '5.0.7648', '7648NativePredicateSolver.dll'),
4546
('DEV', 'DEV', 'NativePredicateSolver-dev.dll')
4647
]
4748
linux_files = [
4849
('5.0.7290', '5.0.7290', '7290libNativePredicateSolver.so'),
50+
('5.0.7648', '5.0.7648', '7648libNativePredicateSolver.so'),
4951
('DEV', 'DEV', 'libNativePredicateSolver-dev.so')
5052
]
5153
darwin_files = [
5254
('5.0.7290', '5.0.7290', '7290libNativePredicateSolver.dylib'),
55+
('5.0.7648', '5.0.7648', '7648libNativePredicateSolver.dylib'),
5356
('DEV', 'DEV', 'libNativePredicateSolver-dev.dylib')
5457
]
5558

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"bs4"
3030
]
3131
},
32-
"version":"1.0.0",
32+
"version":"1.0.1",
3333
"author":"ScriptWare Software",
3434
"minimumbinaryninjaversion":4100
3535
}

0 commit comments

Comments
 (0)