Skip to content

Commit

Permalink
final version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward-Larson committed Apr 26, 2023
1 parent ae9fc66 commit 90f5dec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ofrak-app",
"version": "2.2.1",
"version": "3.0.0",
"description": "The graphical front-end for OFRAK.",
"homepage": "https://ofrak.com",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,5 @@ Answer by running riddle.answer('your answer here') from the console.`);
{/if}
<div class="bottomright">
<p><a href="https://ofrak.com" target="_blank" rel="noreferrer">v2.2.1</a></p>
<p><a href="https://ofrak.com" target="_blank" rel="noreferrer">v3.0.0</a></p>
</div>
2 changes: 1 addition & 1 deletion ofrak_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def read_requirements(requirements_path):

setuptools.setup(
name="ofrak",
version="3.0.0rc7",
version="3.0.0",
description="A binary analysis and modification platform",
packages=setuptools.find_packages(exclude=["test_ofrak", "test_ofrak.*"]),
package_data={
Expand Down
2 changes: 1 addition & 1 deletion ofrak_patch_maker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def read_requirements(requirements_path):

setuptools.setup(
name="ofrak_patch_maker",
version="4.0.0rc4",
version="4.0.0",
description="PatchMaker tool for applying source-code patches to binaries",
packages=setuptools.find_packages(exclude=("ofrak_patch_maker_test",)),
package_data={"ofrak_patch_maker": ["py.typed"]},
Expand Down
2 changes: 1 addition & 1 deletion ofrak_type/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run(self):

setuptools.setup(
name="ofrak_type",
version="2.2.0rc1",
version="2.2.0",
description="Custom classes and types used in OFRAK",
package_data={
"ofrak_type": ["py.typed"],
Expand Down

0 comments on commit 90f5dec

Please sign in to comment.